summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-03-18 19:04:33 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-03-18 19:04:33 +0000
commit11f92323360cffecc4b7f90efc76202e5762f8d3 (patch)
tree876959ab8c53334deb5cb8a35e7b7b596cf24152 /globals.h
parentd714f1153f294fd9f2e28b9559a21e22c0f2d447 (diff)
downloadwireshark-11f92323360cffecc4b7f90efc76202e5762f8d3.tar.gz
From Lars Roland: Move timestamp_type into libethereal and provide accessor
methods for getting and setting the timestamp type. This is a move towards a real libethereal shared library. svn path=/trunk/; revision=10402
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/globals.h b/globals.h
index 2632006bf9..de1590b261 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.32 2003/11/01 02:30:14 guy Exp $
+ * $Id: globals.h,v 1.33 2004/03/18 19:04:31 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,6 +35,4 @@ extern gchar *last_open_dir;
extern gboolean auto_scroll_live;
#endif
-extern ts_type timestamp_type;
-
#endif