aboutsummaryrefslogtreecommitdiffstats
path: root/epan/resolv.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-10-19 22:59:24 +0000
committerGuy Harris <guy@alum.mit.edu>2000-10-19 22:59:24 +0000
commitfb84384942a20a50879fae3c3557625167ad5b0b (patch)
tree84a59591d245273029905de0524275a017762071 /epan/resolv.h
parent4e8bb316935a17a5eb3a6217aa14e3b4c062a2e1 (diff)
Move the declaration of "g_resolving_actif" from the top-level
"globals.h" file to "epan/resolv.h", as it's exported by "epan/resolv.c", have files that use "g_resolving_actif" include "resolv.h", and don't have "epan/resolv.c" include "globals.h" so that it doesn't drag in, for example, headers that, in turn, drag in GTK+ headers. svn path=/trunk/; revision=2517
Diffstat (limited to 'epan/resolv.h')
-rw-r--r--epan/resolv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/resolv.h b/epan/resolv.h
index d292b50151..28c177f1ba 100644
--- a/epan/resolv.h
+++ b/epan/resolv.h
@@ -1,7 +1,7 @@
/* resolv.h
* Definitions for network object lookup
*
- * $Id: resolv.h,v 1.2 2000/10/16 23:17:40 guy Exp $
+ * $Id: resolv.h,v 1.3 2000/10/19 22:59:24 guy Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
@@ -34,6 +34,7 @@
/* global variables */
+extern int g_resolving_actif;
extern gchar *g_ethers_path;
extern gchar *g_ipxnets_path;
extern gchar *g_manuf_path;