aboutsummaryrefslogtreecommitdiffstats
path: root/xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlib.h')
-rw-r--r--xlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlib.h b/xlib.h
index e6f9e16..a66a6bd 100644
--- a/xlib.h
+++ b/xlib.h
@@ -5,4 +5,5 @@ void *xmalloc(size_t size);
void *xrealloc(void *ptr, size_t size);
char *xstrdup(const char *str);
+int init_sockaddr(struct sockaddr_in *addr, const char *host);
#endif