diff --git a/text2pcap.h b/text2pcap.h index 8ccfcc45e4..ca6220a547 100644 --- a/text2pcap.h +++ b/text2pcap.h @@ -6,7 +6,7 @@ * * (c) Copyright 2001 Ashok Narayanan * - * $Id: text2pcap.h,v 1.1 2001/05/16 21:32:04 ashokn Exp $ + * $Id: text2pcap.h,v 1.2 2001/05/17 00:11:37 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -44,4 +44,8 @@ typedef enum { void parse_token(token_t token, char *str); +int yylex(void); + +#define YY_NO_UNPUT + #endif