]> git.ipfire.org Git - thirdparty/bird.git/blame - sysdep/unix/unix.h
Added UNIX implementation of both timers and sockets. Timers should work,
[thirdparty/bird.git] / sysdep / unix / unix.h
CommitLineData
b5d9ee5c
MM
1/*
2 * BIRD -- Declarations Common to Unix Port
3 *
4 * (c) 1998 Martin Mares <mj@ucw.cz>
5 *
6 * Can be freely distributed and used under the terms of the GNU GPL.
7 */
8
9#ifndef _BIRD_UNIX_H_
10#define _BIRD_UNIX_H_
11
12/* io.c */
13
14void io_init(void);
15void io_loop(void);
16
17#endif