aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-vlan.h')
-rw-r--r--packet-vlan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-vlan.h b/packet-vlan.h
index c0295d1f93..df41bb6ae7 100644
--- a/packet-vlan.h
+++ b/packet-vlan.h
@@ -1,6 +1,6 @@
/* packet-vlan.h
*
- * $Id: packet-vlan.h,v 1.4 2001/11/20 21:59:13 guy Exp $
+ * $Id: packet-vlan.h,v 1.5 2002/08/02 23:36:04 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,6 +24,6 @@
#ifndef __PACKET_VLAN_H__
#define __PACKET_VLAN_H__
-void capture_vlan(const u_char *, int, int, packet_counts *);
+void capture_vlan(const guchar *, int, int, packet_counts *);
#endif