Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal text2pcap.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 16 May 2001 19:11:37 -0500 (CDT)
guy         2001/05/16 19:11:37 CDT

  Modified files:
    .                    text2pcap.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.2       +5 -1      ethereal/text2pcap.h