summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-09-27 22:12:47 +0000
committerGerald Combs <gerald@wireshark.org>1998-09-27 22:12:47 +0000
commit2e7e493198543e3fdb4b404763b02a2ad22d180e (patch)
tree01aa8a843d84f24a66f7bd9af00e105efe1ffcdc /util.h
parent385699d4310480e19aecf08dcff23e792667747a (diff)
downloadwireshark-2e7e493198543e3fdb4b404763b02a2ad22d180e.tar.gz
Merged in a _huge_ patch from Guy Harris. It adds a time stap column,
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/util.h b/util.h
index 38a2ec5dda..140722a2a6 100644
--- a/util.h
+++ b/util.h
@@ -1,7 +1,7 @@
/* util.h
* Utility definitions
*
- * $Id: util.h,v 1.2 1998/09/16 03:22:19 gerald Exp $
+ * $Id: util.h,v 1.3 1998/09/27 22:12:46 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,8 +30,6 @@
extern "C" {
#endif /* __cplusplus */
-#include "image/icon-excl.xpm"
-
/* Dialog type. Currently, only ESD_TYPE_WARN is supported. */
#define ESD_TYPE_INFO 0
#define ESD_TYPE_WARN 1