Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan resolv.c resolv.h

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:56 -0500 (CDT)
guy         2001/04/02 04:41:55 CDT

  Modified files:
    epan                 resolv.c resolv.h 
  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.8       +38 -38    ethereal/epan/resolv.c
  1.5       +14 -14    ethereal/epan/resolv.h