From 173fe5aef4167b9ad35fe514d05ef25fb66c076f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= 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. svn path=/trunk/; revision=5932 --- packet-eth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-eth.h') 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 @@ -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 -- cgit v1.2.3