]> git.meshlink.io Git - meshlink/blobdiff - src/netutl.h
Releasing 1.1pre3.
[meshlink] / src / netutl.h
index 7fc41e8af6d33ef0f236373dc136d7682c3d9499..0fef2d6e9bbba8f95bbc85c4de1a8401a1c5a7b8 100644 (file)
@@ -1,7 +1,7 @@
 /*
     netutl.h -- header file for netutl.c
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2009 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2012 Guus Sliepen <guus@tinc-vpn.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -34,9 +34,5 @@ extern int sockaddrcmp_noport(const sockaddr_t *, const sockaddr_t *);
 extern void sockaddrunmap(sockaddr_t *);
 extern void sockaddrfree(sockaddr_t *);
 extern void sockaddrcpy(sockaddr_t *, const sockaddr_t *);
-extern int maskcmp(const void *, const void *, int);
-extern void maskcpy(void *, const void *, int, int);
-extern void mask(void *, int, int);
-extern bool maskcheck(const void *, int, int);
 
-#endif                                                 /* __TINC_NETUTL_H__ */
+#endif /* __TINC_NETUTL_H__ */