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

Test old instance of BIRD.

This commit is contained in:
Ondrej Filip
2004-06-06 17:05:25 +00:00
parent cd09226078
commit 41c8976e29
4 changed files with 39 additions and 5 deletions

View File

@@ -46,6 +46,8 @@ void fill_in_sockaddr(sockaddr *sa, ip_addr a, unsigned port);
void get_sockaddr(sockaddr *sa, ip_addr *a, unsigned *port, int check);
int sk_open_unix(struct birdsock *s, char *name);
void *tracked_fopen(struct pool *, char *name, char *mode);
void test_old_bird(char *path);
/* krt.c bits */