aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-15 05:53:39 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-15 05:53:39 +0100
commitc051e582204af655eb303a12a1a164db5eb50629 (patch)
treec38f3cd7fc15680e4cb0e41fc2a1e37ae656aa8b
parentdo not call ggnet user callback if we do not get a positive answer from the (diff)
downloadglouglou-c051e582204af655eb303a12a1a164db5eb50629.tar.xz
glouglou-c051e582204af655eb303a12a1a164db5eb50629.zip
forgot to remove old function declaration for dead gg_sniff_dns
-rw-r--r--gg_sniff/gg_sniff.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gg_sniff/gg_sniff.h b/gg_sniff/gg_sniff.h
index e20eb21..799da2d 100644
--- a/gg_sniff/gg_sniff.h
+++ b/gg_sniff/gg_sniff.h
@@ -3,11 +3,3 @@
int ggsniff_pcap_init(struct event_base *, struct gg_client *,
struct ggnet *, char *);
void ggsniff_pcap_shutdown(void);
-
-/* dns.c */
-
-int ggsniff_dns_init(struct event_base *);
-void ggsniff_dns_shutdown(void);
-int ggsniff_dns_reverse(struct in_addr *,
- void (*cb_usr)(struct in_addr *, char *, void *),
- void *);