Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c globals.h 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@xxxxxxxxxxxx>
Date: Mon, 24 Jan 2000 22:31:29 -0600 (CST)
guy         2000/01/24 22:31:24 CST

  Modified files:
    .                    file.c globals.h util.c util.h 
  Log:
  Encapsulate the code to take a pointer to a pathname and return a
  pointer to the name of the file to which it refers (i.e., to the last
  component of the pathname) in a "get_basename()" routine, and have the
  code in "file.c" call it.
  
  Revision  Changes    Path
  1.159     +4 -13     ethereal/file.c
  1.17      +1 -8      ethereal/globals.h
  1.28      +38 -1     ethereal/util.c
  1.16      +3 -1      ethereal/util.h