Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal filters.c prefs.c util.c util.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: Mon, 2 Apr 2001 04:53:44 -0500 (CDT)
guy         2001/04/02 04:53:44 CDT

  Modified files:
    .                    filters.c prefs.c util.c util.h 
  Log:
  "get_home_dir()", in "epan/filesystem.c", uses
  "find_last_pathname_separator()" on Win32; move the other pathname
  manipulation routines from "util.c" into "epan/filesystem.c".
  
  Remove from "util.h" the declarations of routines not defined in
  "util.c", and put them into "epan/filesystem.h" if they're not already
  there.
  
  Adjust #includes to make the above work.
  
  Revision  Changes    Path
  1.9       +2 -2      ethereal/filters.c
  1.48      +2 -2      ethereal/prefs.c
  1.51      +1 -92     ethereal/util.c
  1.23      +1 -5      ethereal/util.h