From 3deb7e7dde2630c634b7eba28110019600206c3c Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Fri, 7 Jun 2013 03:15:08 +0200 Subject: libglouglou: remove extra function header --- libglouglou/examples/traceroute.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libglouglou') diff --git a/libglouglou/examples/traceroute.c b/libglouglou/examples/traceroute.c index de2e58f..1336901 100644 --- a/libglouglou/examples/traceroute.c +++ b/libglouglou/examples/traceroute.c @@ -17,10 +17,9 @@ #include #include -#include /* for get_iface and droppriv */ +#include /* for get_iface() and droppriv() */ #include -static void _droppriv(char *, int, char *); static void _cb_traceroute(struct addr *, struct ggnet_traceroute_req *, void *); -- cgit v1.2.3-59-g8ed1b