Declare "yylex()" in "text2pcap.h", so that there's a prototype in scope
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 17 May 2001 00:11:37 +0000 (00:11 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 17 May 2001 00:11:37 +0000 (00:11 +0000)
commit5bf1805e4ea987f772b1e8713415ecc334cc3ac2
tree237e00e9d7d36bc56f19fb18d2e57fca8d186a53
parent500db663479c8b4c6e576aad2de117b8c6c81eb6
Declare "yylex()" in "text2pcap.h", so that there's a prototype in scope
when it's used by "text2pcap.c" - and so that the *same* prototype is in
scope when it's defined by "text2pcap-scanner.c".

Define "YY_NO_UNPUT" in "text2pcap.h", so we don't define "yyunput()" in
"text2pcap-scanner.c"; it's not used, so some compilers whine about it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3424 f5534014-38df-0310-8fa8-9805f1628bb7
text2pcap.h