1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

BIRD library: The story continues.

Complete resource manages and IP address handling.
This commit is contained in:
Martin Mares
1998-05-03 16:43:39 +00:00
parent a8b6038225
commit 18c8241a91
21 changed files with 920 additions and 128 deletions

View File

@@ -33,7 +33,7 @@ void insert_node(node *, node *);
#ifndef _BIRD_LISTS_C_
#define LIST_INLINE extern inline
#include <lib/lists.c>
#include "lib/lists.c"
#undef LIST_INLINE
#else
#define LIST_INLINE