aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eth.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-eth.h')
-rw-r--r--packet-eth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-eth.h b/packet-eth.h
index 48ea485bef..d4632dd002 100644
--- a/packet-eth.h
+++ b/packet-eth.h
@@ -1,6 +1,6 @@
/* packet-eth.h
*
- * $Id: packet-eth.h,v 1.6 2001/11/20 21:59:12 guy Exp $
+ * $Id: packet-eth.h,v 1.7 2002/08/02 23:35:49 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,6 +24,6 @@
#ifndef __PACKET_ETH_H__
#define __PACKET_ETH_H__
-void capture_eth(const u_char *, int, int, packet_counts *);
+void capture_eth(const guchar *, int, int, packet_counts *);
#endif