Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.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 13:27:43 -0600 (CST)
guy         2000/01/24 13:27:41 CST

  Modified files:
    .                    file.h 
  Log:
  Ethereal shouldn't use "file_seek()", "file_read()", or "file_write()"
  directly; it should use them through Wiretap.  (Arguably, it shouldn't
  use "file_open()", "file_dopen()", or "file_close()" directly, and
  should use those through Wiretap as well.)
  
  Revision  Changes    Path
  1.63      +1 -9      ethereal/file.h