aboutsummaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-01 17:37:10 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-01 17:37:10 +0000
commit0af3839716285132d6a347b344eea0bc34fb09df (patch)
treebaca9aec9ff120e712d85f424833bc3fb7dd9098 /globals.h
parent14bf83c340c68b4711ba013bc4f1ed66b464bcaf (diff)
various code cleanups
svn path=/trunk/; revision=11053
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index de1590b261..fcf5d15860 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.33 2004/03/18 19:04:31 obiot Exp $
+ * $Id: globals.h,v 1.34 2004/06/01 17:37:10 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,8 +30,8 @@
extern capture_file cfile;
extern gchar *ethereal_path;
-extern gchar *last_open_dir;
#ifdef HAVE_LIBPCAP
+/** @todo move this to the gtk dir */
extern gboolean auto_scroll_live;
#endif