From 4c9dd1e4b95e273eacc900abb63db4b8bafaf34b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 19:43:21 +0000 Subject: Synchronize signals to the main select/event/timer loop. Parse command line options. --- sysdep/unix/unix.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sysdep/unix/unix.h') diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index c25f3ed..a79db2e 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -9,8 +9,16 @@ #ifndef _BIRD_UNIX_H_ #define _BIRD_UNIX_H_ +/* main.c */ + +void async_config(void); +void async_dump(void); + /* io.c */ +volatile int async_config_flag; +volatile int async_dump_flag; + void io_init(void); void io_loop(void); void fill_in_sockaddr(struct sockaddr_in *sa, ip_addr a, unsigned port); -- cgit v1.2.3