aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-atm.h')
-rw-r--r--packet-atm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atm.h b/packet-atm.h
index 3c6be61920..27c69b3935 100644
--- a/packet-atm.h
+++ b/packet-atm.h
@@ -1,6 +1,6 @@
/* packet-atm.h
*
- * $Id: packet-atm.h,v 1.7 2002/06/07 21:11:22 guy Exp $
+ * $Id: packet-atm.h,v 1.8 2002/08/02 23:35:47 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,7 +24,7 @@
#ifndef __PACKET_ATM_H__
#define __PACKET_ATM_H__
-void capture_atm(const union wtap_pseudo_header *, const u_char *, int,
+void capture_atm(const union wtap_pseudo_header *, const guchar *, int,
packet_counts *);
#endif