Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal proto.h dfilter.h ethereal.c dfilter.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 7 Jul 1999 18:54:18 -0500 (CDT)
guy         1999/07/07 18:54:16 CDT

  Modified files:
    .                    proto.h dfilter.h ethereal.c dfilter.c 
  Log:
  "const"ifty some function arguments and structure members, and "#if 0"
  out the declaration of a variable used only by "#if 0"ed out code, to
  eliminate some compiler warnings.
  
  Revision  Changes    Path
  1.2       +4 -4      ethereal/proto.h
  1.2       +2 -2      ethereal/dfilter.h
  1.49      +3 -1      ethereal/ethereal.c
  1.2       +11 -11    ethereal/dfilter.c