blob: 7c7d6894b6ff08767a0e5ceeadf089ef4333d871 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* 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"
|