summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/unix.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-10-19 19:47:50 +0200
committerMartin Mares <mj@ucw.cz>1998-10-19 19:47:50 +0200
commit4cf45766bac4b1e3f5196f7e36d012cb7c010dc1 (patch)
tree58c78cab6352e57768c8d76014a825184d2b30c2 /sysdep/unix/unix.h
parent36f2caf147fb80e2b3db59d367e07f5d143f3710 (diff)
downloadbird-4cf45766bac4b1e3f5196f7e36d012cb7c010dc1.tar
bird-4cf45766bac4b1e3f5196f7e36d012cb7c010dc1.zip
Exporting fill_in_sockaddr() for use by other unix-dependent code.
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r--sysdep/unix/unix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h
index 127101e..c25f3ed 100644
--- a/sysdep/unix/unix.h
+++ b/sysdep/unix/unix.h
@@ -13,6 +13,7 @@
void io_init(void);
void io_loop(void);
+void fill_in_sockaddr(struct sockaddr_in *sa, ip_addr a, unsigned port);
void get_sockaddr(struct sockaddr_in *sa, ip_addr *a, unsigned *port);
/* sync-if.c */