lex_init() changed to wtap_lex_init()

svn path=/trunk/; revision=203
This commit is contained in:
Gilbert Ramirez 1999-03-01 21:50:20 +00:00
parent 3101077f2c
commit 70451c547a
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ int wtap_lex(void);
int wtap_parse(void);
void wtap_error(char *string);
void lex_init(char *);
void wtap_lex_init(char *);
int wtap_offline_filter_compile(wtap *wth, int encap_type);