[Openvas-commits] r6107 - in trunk/openvas-libraries: . nasl
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Dec 9 09:43:58 CET 2009
Author: felix
Date: 2009-12-09 09:43:58 +0100 (Wed, 09 Dec 2009)
New Revision: 6107
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/nasl/nasl_host.c
Log:
* nasl/nasl_host.c: Removed extern function declarations.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-12-09 08:42:28 UTC (rev 6106)
+++ trunk/openvas-libraries/ChangeLog 2009-12-09 08:43:58 UTC (rev 6107)
@@ -1,5 +1,9 @@
2009-12-09 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ * nasl/nasl_host.c: Removed extern function declarations.
+
+2009-12-09 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
* nasl/nasl_host.c, nasl/nasl_host.h: Cosmetics, added missing
includes.
Modified: trunk/openvas-libraries/nasl/nasl_host.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_host.c 2009-12-09 08:42:28 UTC (rev 6106)
+++ trunk/openvas-libraries/nasl/nasl_host.c 2009-12-09 08:43:58 UTC (rev 6107)
@@ -44,13 +44,6 @@
#include "nasl_host.h"
-extern int is_local_ip (struct in_addr addr); /* pcap.c */
-extern int islocalhost (struct in_addr *addr); /* pcap.c */
-extern char* routethrough (struct in_addr *dest,
- struct in_addr *source); /* pcap.c */
-extern char *v6_routethrough (struct in6_addr *dest, struct in6_addr *source);
-extern int v6_islocalhost(struct in6_addr *);
-
tree_cell *
get_hostname (lex_ctxt * lexic)
{
More information about the Openvas-commits
mailing list