Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk main.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: Fri, 10 Sep 1999 02:19:59 -0500 (CDT)
guy         1999/09/10 02:19:55 CDT

  Modified files:
    gtk                  main.h 
  Log:
  Give "globals.h" an RCS ID and copyright/GPL notice.
  
  Move some defines that would be used even by a non-GTK+-based Ethereal
  from "gtk/main.h" to "globals.h".
  
  Remove the byte-order #defines from "packet.h", as they're now in
  "globals.h" (having been moved there from "gtk/main.h").
  
  Fix up some files that use those #defines to include "globals.h".
  
  "resolv.c" doesn't use any GTK stuff, so it needn't include <gtk/gtk.h>
  nor "gtk/main.h" - it only did so to get the byte-order #defines for the
  benefit of "packet-ipv6.h", and "packet-ipv6.h" now includes them
  itself.
  
  Revision  Changes    Path
  1.3       +1 -24     ethereal/gtk/main.h