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: Sun, 4 May 2003 19:53:07 -0500 (CDT)
guy         2003/05/04 19:53:07 CDT

  Modified files:
    epan                 resolv.c resolv.h 
  Log:
  Provide stub versions of "host_name_lookup_init()",
  "host_name_lookup_process()", and "host_name_lookup_cleanup()" if we
  don't have GNU ADNS, so that Ethereal compiles without GNU ADNS.
  
  Declare the argument lists of "host_name_lookup_init()" and
  "host_name_lookup_cleanup()" as empty, C89-style, rather than as
  unknown.
  
  Revision  Changes    Path
  1.32      +20 -3     ethereal/epan/resolv.c
  1.12      +3 -3      ethereal/epan/resolv.h