diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-03-01 21:50:20 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-03-01 21:50:20 +0000 |
commit | 70451c547a09396841fbdc9c9acb4ac75aa2d88d (patch) | |
tree | 8b11a7967120ff1c45ea5c4de6f176a622717da4 /wiretap | |
parent | 3101077f2c4e06fe0fa8baddfb2338f9ce8d4084 (diff) | |
download | wireshark-70451c547a09396841fbdc9c9acb4ac75aa2d88d.tar.gz wireshark-70451c547a09396841fbdc9c9acb4ac75aa2d88d.tar.bz2 wireshark-70451c547a09396841fbdc9c9acb4ac75aa2d88d.zip |
lex_init() changed to wtap_lex_init()
svn path=/trunk/; revision=203
Diffstat (limited to 'wiretap')
-rw-r--r-- | wiretap/rt-compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/rt-compile.h b/wiretap/rt-compile.h index d383ea130a..d7a27aba32 100644 --- a/wiretap/rt-compile.h +++ b/wiretap/rt-compile.h @@ -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); |