aboutsummaryrefslogtreecommitdiffstats
path: root/dlpisubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'dlpisubs.h')
-rw-r--r--dlpisubs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dlpisubs.h b/dlpisubs.h
index 62b9d73..1b57d4d 100644
--- a/dlpisubs.h
+++ b/dlpisubs.h
@@ -1,5 +1,5 @@
/*
- * @(#) $Header: /tcpdump/master/libpcap/dlpisubs.h,v 1.1 2008-03-13 18:13:57 guy Exp $
+ * @(#) $Header: /tcpdump/master/libpcap/dlpisubs.h,v 1.2 2008-04-04 19:37:45 guy Exp $
*/
#ifndef dlpisubs_h
@@ -14,11 +14,11 @@ extern "C" {
*/
int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
int pcap_process_pkts(pcap_t *, pcap_handler, u_char *, int, u_char *, int);
-int pcap_process_mactype(pcap_t *, u_int, char *);
+int pcap_process_mactype(pcap_t *, u_int);
#ifdef HAVE_SYS_BUFMOD_H
-int pcap_conf_bufmod(pcap_t *, int, int, char *);
+int pcap_conf_bufmod(pcap_t *, int, int);
#endif
-int pcap_alloc_databuf(pcap_t *, char *);
+int pcap_alloc_databuf(pcap_t *);
int strioctl(int, int, int, char *);
#ifdef __cplusplus