0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/nest/bird.h
2024-06-12 09:23:50 +02:00

18 lines
325 B
C

/*
* BIRD Internet Routing Daemon -- Basic Declarations
*
* (c) 1998--2000 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
#ifndef _BIRD_BIRD_H_
#define _BIRD_BIRD_H_
#include "lib/birdlib.h"
#include "lib/locking.h"
#include "lib/ip.h"
#include "lib/net.h"
#endif