Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal follow.c tethereal.c

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 28 Feb 2002 13:35:09 -0600 (CST)
gram        2002/02/28 13:35:09 CST

  Modified files:
    .                    follow.c tethereal.c 
  Log:
  In follow.c, initialize data_out_file to NULL, as it used to
  be initialized in gtk/follow_dlg.c
  
  In gtk/follow_dlg.c, declare data_out_file as 'extern'.
  
  In tethereal.c, no longer define 'data_out_file', as the storage
  for it is now in follow.c.
  
  Revision  Changes    Path
  1.29      +2 -2      ethereal/follow.c
  1.129     +1 -2      ethereal/tethereal.c