Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/epan filesystem.c filesystem.h Makefile.am

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Wed, 27 Sep 2000 22:16:27 -0500 (CDT)
gram        2000/09/27 22:16:25 CDT

  Modified files:
    epan                 Makefile.am dfilter.c epan.h pint.h 
                         plugins.c strutil.h 
  Added files:
    epan                 filesystem.c filesystem.h 
  Log:
  More EPAN-related code movements. Get rid of usage of #include "globals.h"
  and #include "util.h" from epan code. Move get_home_dir() into epan/filesystem.c
  as it's used by plugins.c.
  
  Revision  Changes    Path
  1.4       +3 -1      ethereal/epan/Makefile.am
  1.2       +1 -2      ethereal/epan/dfilter.c
  1.2       +6 -0      ethereal/epan/epan.h
  1.2       +12 -1     ethereal/epan/pint.h
  1.2       +4 -3      ethereal/epan/plugins.c
  1.2       +3 -3      ethereal/epan/strutil.h