Move the declaration of "g_resolving_actif" from the top-level
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 19 Oct 2000 22:59:24 +0000 (22:59 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 19 Oct 2000 22:59:24 +0000 (22:59 +0000)
commit79f60f179b21d57234b26f585621883a1674dd45
tree84a59591d245273029905de0524275a017762071
parentcb5ddf993c4310480a268407590d8db227663852
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2517 f5534014-38df-0310-8fa8-9805f1628bb7
epan/resolv.c
epan/resolv.h
globals.h
gtk/capture_dlg.c
gtk/display_opts.c
gtk/file_dlg.c
gtk/menu.c