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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Apr 2001 04:41:57 -0500 (CDT)
guy         2001/04/02 04:41:57 CDT

  Modified files:
    gtk                  follow_dlg.c 
  Log:
  Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"
  and "u_char" aren't declared in <sys/types.h> in Win32, you have to
  include <winsock.h>, which is a pain.
  
  Throw in some "const"s while we're at it.
  
  Revision  Changes    Path
  1.12      +2 -2      ethereal/gtk/follow_dlg.c