diff options
author | Chris Hall <chris.hall@highwayman.com> | 2011-03-21 01:16:05 +0000 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2011-03-21 01:16:05 +0000 |
commit | 9470cb2c32eab220f796b1438b787528272cbe84 (patch) | |
tree | b9b2cc12446173436d2bc7a32e82cc3378ec721e /lib/mqueue.h | |
parent | 5cae7eea451f2b7d65b5892e2c1dafc70f8b836e (diff) | |
download | quagga-6330e333c40614a3193058a9fa95ff1098c4af4c.tar.bz2 quagga-6330e333c40614a3193058a9fa95ff1098c4af4c.tar.xz |
Upgrade of "pipework" -- including piping to/from shell commandsex11p
Version 0.99.15ex11p
A major overhaul.
Diffstat (limited to 'lib/mqueue.h')
-rw-r--r-- | lib/mqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mqueue.h b/lib/mqueue.h index f33af564..c787e19b 100644 --- a/lib/mqueue.h +++ b/lib/mqueue.h @@ -213,7 +213,7 @@ extern mqueue_block mqb_init_new(mqueue_block mqb, mqueue_action action, void* arg0) ; extern mqueue_block mqb_re_init(mqueue_block mqb, mqueue_action action, void* arg0) ; -extern void mqb_free(mqueue_block mqb) ; +extern mqueue_block mqb_free(mqueue_block mqb) ; enum mqb_rank { |