diff options
Diffstat (limited to 'lib/qlib_init.h')
-rw-r--r-- | lib/qlib_init.h | 4 |
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) ; |