diff options
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r-- | sysdep/unix/unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index 8244fc86..0f2973f0 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -20,6 +20,7 @@ struct rfile; /* main.c */ extern char *bird_name; +extern int parse_and_exit; void async_config(void); void async_dump(void); void async_shutdown(void); |