NEWS update.
[paraslash.git] / net.h
diff --git a/net.h b/net.h
index d73ffccb5e8e38cf3d2d4f06db455764e180a0ea..0cb2767c72181e4d98222fbf6c8d6f54f312071e 100644 (file)
--- a/net.h
+++ b/net.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -29,6 +29,7 @@
  */
 extern int makesock(unsigned l3type, unsigned l4type, int passive,
                    const char *host, unsigned short port_number);
+extern struct in_addr extract_v4_addr(const struct sockaddr_storage *ss);
 
 /**
  * Functions to support listening sockets.