]> git.meshlink.io Git - meshlink/blobdiff - lib/dropin.h
Update copyright information.
[meshlink] / lib / dropin.h
index 4db7d7e07a0a586c4bce3cb6fc880a0b3afa2b0f..d10648578f54108146cb4b1a1d3fe2cd5e26e4b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
     dropin.h -- header file for dropin.c
     Copyright (C) 2000-2005 Ivo Timmermans,
-                  2000-2006 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2009 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
@@ -43,8 +43,4 @@ extern int vasprintf(char **, const char *, va_list ap);
 extern int gettimeofday(struct timeval *, void *);
 #endif
 
-#ifndef HAVE_RANDOM
-extern long int random(void);
-#endif
-
 #endif                                                 /* __DROPIN_H__ */