From 4cf45766bac4b1e3f5196f7e36d012cb7c010dc1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 19 Oct 1998 17:47:50 +0000 Subject: Exporting fill_in_sockaddr() for use by other unix-dependent code. --- sysdep/unix/unix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep/unix/unix.h') 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 */ -- cgit v1.2.3