diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-06 19:05:25 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-06 19:05:25 +0200 |
commit | 41c8976e29bbf2986b063d1a8c5c8b386fae500e (patch) | |
tree | 129af3a1bde01335521a831a988472c4c963f3b1 /sysdep/unix/unix.h | |
parent | cd09226078471cf9a2db4e755fbd5f6f137137c9 (diff) | |
download | bird-41c8976e29bbf2986b063d1a8c5c8b386fae500e.tar bird-41c8976e29bbf2986b063d1a8c5c8b386fae500e.zip |
Test old instance of BIRD.
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r-- | sysdep/unix/unix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index 72b6ef5..997a408 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -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 */ |