diff options
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r-- | sysdep/unix/unix.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h new file mode 100644 index 0000000..2f98fcf --- /dev/null +++ b/sysdep/unix/unix.h @@ -0,0 +1,17 @@ +/* + * BIRD -- Declarations Common to Unix Port + * + * (c) 1998 Martin Mares <mj@ucw.cz> + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +#ifndef _BIRD_UNIX_H_ +#define _BIRD_UNIX_H_ + +/* io.c */ + +void io_init(void); +void io_loop(void); + +#endif |