aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libglouglou/examples/traceroute.c3
1 files changed, 1 insertions, 2 deletions
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 <string.h>
#include <err.h>
-#include <libglouglou.h> /* for get_iface and droppriv */
+#include <libglouglou.h> /* for get_iface() and droppriv() */
#include <libggnet_traceroute.h>
-static void _droppriv(char *, int, char *);
static void _cb_traceroute(struct addr *,
struct ggnet_traceroute_req *, void *);