Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter dfilter-int.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: Thu, 15 Feb 2001 00:22:46 -0600 (CST)
guy         2001/02/15 00:22:46 CST

  Modified files:
    epan/dfilter         dfilter-int.h 
  Log:
  More prototype fun - make the Lemon parser allocate and free routines
  take fully-prototyped function arguments with types appropriate to
  "g_malloc()" and "g_free()", and change the calls to the functions
  pointed to by those arguments not pass the extra __FILE__ and __LINE__
  arguments.
  
  Revision  Changes    Path
  1.3       +3 -3      ethereal/epan/dfilter/dfilter-int.h