blob: 913a6764da011e8467a997d33f45081ade18d5ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- interface.c.orig Thu Apr 14 16:07:26 2005
+++ interface.c Thu Apr 14 14:12:35 2005
@@ -64,8 +64,6 @@
/* Prototypes */
int pcap_dloff(pcap_t *);
-void honeyd_recv_cb(u_char *, const struct pcap_pkthdr *, const u_char *);
-
static char *interface_expandips(int, char **, int);
static void interface_recv(int, short, void *);
static void interface_poll_recv(int, short, void *);
|