Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk hostlist_table.c hostlist_table.h

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 1 Jun 2004 18:00:24 -0500 (CDT)
guy         2004/06/01 18:00:24 CDT

  Modified files:
    gtk                  hostlist_table.c hostlist_table.h 
  Log:
  Make the definition of "add_hostlist_table_data()" match its
  declaration.
  
  Give the address and port arguments to "add_hostlist_table_data()"
  appropriate names and Doxygen comments (they're not a source address and
  port, they're just an address and port), and do the same for the address
  and port members of a "hostlist_talker_t".
  
  Get rid of extra unnecessary variables in "add_hostlist_table_data()".
  
  Clean up indentation.
  
  Revision  Changes    Path
  1.15      +250 -255  ethereal/gtk/hostlist_table.c
  1.5       +8 -8      ethereal/gtk/hostlist_table.h