Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk colors.c main.c

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:48 -0500 (CDT)
guy         2001/04/02 04:53:48 CDT

  Modified files:
    gtk                  colors.c main.c 
  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.8       +2 -2      ethereal/gtk/colors.c
  1.187     +2 -1      ethereal/gtk/main.c