summaryrefslogtreecommitdiffstats
path: root/lib/qlib_init.h
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2011-03-21 01:16:05 +0000
committerChris Hall <chris.hall@highwayman.com>2011-03-21 01:16:05 +0000
commit9470cb2c32eab220f796b1438b787528272cbe84 (patch)
treeb9b2cc12446173436d2bc7a32e82cc3378ec721e /lib/qlib_init.h
parent5cae7eea451f2b7d65b5892e2c1dafc70f8b836e (diff)
downloadquagga-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/qlib_init.h')
-rw-r--r--lib/qlib_init.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/qlib_init.h b/lib/qlib_init.h
index 0d5fbd7e..6c6c1a01 100644
--- a/lib/qlib_init.h
+++ b/lib/qlib_init.h
@@ -22,6 +22,8 @@
#ifndef _ZEBRA_QLIB_INIT_H
#define _ZEBRA_QLIB_INIT_H
+#include "misc.h"
+
/*==============================================================================
* Quagga Library Initialise/Closedown
*
@@ -33,7 +35,7 @@
extern void qlib_init_first_stage(void) ;
-extern void qlib_init_second_stage(int pthreads) ;
+extern void qlib_init_second_stage(bool pthreads) ;
extern void qexit(int exit_code) ;