Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap file_wrappers.c file_wrappers.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: Wed, 26 Jan 2000 13:22:10 -0600 (CST)
guy         2000/01/26 13:22:07 CST

  Modified files:
    wiretap              file_wrappers.c file_wrappers.h 
  Log:
  Always declare, and define, "file_seek()" to return a "long", as it's
  supposed to look like "ftell()".
  
  If you don't have zlib, just define "file_seek" as an alias for "fseek",
  rather than defining it as a routine.
  
  Revision  Changes    Path
  1.5       +10 -11    ethereal/wiretap/file_wrappers.c
  1.4       +3 -3      ethereal/wiretap/file_wrappers.h