Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk sat.h Makefile.am endpoint_talkers_table

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: Thu, 3 Jun 2004 16:46:28 -0500 (CDT)
guy         2004/06/03 16:46:28 CDT

  Modified files:
    gtk                  Makefile.am endpoint_talkers_table.c 
                         endpoint_talkers_table.h hostlist_table.c 
                         hostlist_table.h menu.c proto_draw.h 
  Added files:
    gtk                  sat.h 
  Log:
  Make static some routines and variables not used outside the source file
  defining them.
  
  Move declarations of some callbacks outside the source files using them
  into the appropriate header, and arrange that the appropriate header is
  included by those source files.
  
  Move the SAT_E definition into a "sat.h" file, included both by
  "endpoint_talkers_table.h" and "hostlist_table.h", so that both of the
  latter headers can be included by the same file ("menu.c" has to include
  both, as per the change in the previous paragraph).
  
  Revision  Changes    Path
  1.100     +2 -1      ethereal/gtk/Makefile.am
  1.45      +293 -292  ethereal/gtk/endpoint_talkers_table.c
  1.13      +11 -11    ethereal/gtk/endpoint_talkers_table.h
  1.17      +48 -48    ethereal/gtk/hostlist_table.c
  1.7       +10 -9     ethereal/gtk/hostlist_table.h
  1.201     +8 -10     ethereal/gtk/menu.c
  1.27      +8 -1      ethereal/gtk/proto_draw.h