Ethereal-dev: Re: [Ethereal-dev] need gtk include file path in epan/Makefile

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 19 Oct 2000 14:20:09 -0700 (PDT)
> I would be inclined either to
> 
> 	1) have "resolv.c" export routines to get and set the value of
> 	   "g_resolving_actif", and make that variable static to
> 	   "resolv.c"
> 
> or
> 
> 	2) keep it global, but treat it as an interface exported by
> 	   libethereal, and declare it in "epan.h" rather than
> 	   "globals.h".

...or declare it in "resolv.h", as it's an interface exported by that
particular part of libethereal.