From c58b7b49b554ee016fe01ed5b212ad6a44e7978d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 27 Mar 2001 06:48:12 +0000 Subject: Make "comp_info_str" static in Ethereal - there's no need for it outside "gtk/main.c" in Ethereal. Add the GLib version to it in Ethereal, and put in the GLib version rather than the GTK+ version in Tethereal (which isn't linked with GTK+...). Make it a GString; this makes the code to construct it slightly less ugly, especially now that we're putting the GLib version in. Fix the code for the "-D" flag in Tethereal to compile in a no-libpcap version (in a no-libpcap version, it just says that this version of Tethereal wasn't compiled with capture support). svn path=/trunk/; revision=3196 --- globals.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index cecc552a3d..49122e97c3 100644 --- a/globals.h +++ b/globals.h @@ -1,7 +1,7 @@ /* globals.h * Global defines, etc. * - * $Id: globals.h,v 1.23 2000/10/19 22:59:23 guy Exp $ + * $Id: globals.h,v 1.24 2001/03/27 06:48:11 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -34,7 +34,6 @@ extern capture_file cfile; extern guint main_ctx, file_ctx; -extern gchar comp_info_str[256]; extern gchar *ethereal_path; extern gchar *last_open_dir; extern gboolean auto_scroll_live; -- cgit v1.2.3