Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan filesystem.c filesystem.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:45 -0500 (CDT)
guy         2001/04/02 04:53:45 CDT

  Modified files:
    epan                 filesystem.c filesystem.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.4       +92 -1     ethereal/epan/filesystem.c
  1.3       +20 -1     ethereal/epan/filesystem.h