From 4ad4caac3465466d917054d2f911b18ba27b4fe0 Mon Sep 17 00:00:00 2001 From: jmayer Date: Fri, 2 Aug 2002 23:36:07 +0000 Subject: Replace the types from sys/types.h and netinet/in.h by their glib.h equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5932 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-atm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-atm.h') 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 @@ -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 -- cgit v1.2.3