mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
d5d2b7649b
PR: ports/79909 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer)
12 lines
387 B
C
12 lines
387 B
C
--- 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 *);
|