mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
13 lines
275 B
C
13 lines
275 B
C
|
/*
|
||
|
* BIRD -- Set/Community-list Operations
|
||
|
*
|
||
|
* (c) 2000 Martin Mares <mj@ucw.cz>
|
||
|
* (c) 2000 Pavel Machek <pavel@ucw.cz>
|
||
|
*
|
||
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
||
|
*/
|
||
|
|
||
|
#include "nest/bird.h"
|
||
|
#include "nest/route.h"
|
||
|
#include "lib/resource.h"
|