summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-11 22:17:43 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-11 22:17:43 +0000
commitb97626862eec54d4cb8f6ebc4bc58e28e2479ec8 (patch)
treec815997640931558110ea9bf468fcb27f04f4c0d /util.h
parent8e6ece35e687032e9ca692f9bc7f3d50801082be (diff)
downloadwireshark-b97626862eec54d4cb8f6ebc4bc58e28e2479ec8.tar.gz
Rename DISSECTOR_HELPER_{SRC,OBJECTS} to
DISSECTOR_SUPPORT_{SRC,OBJECTS}. Add some additional files, required by dissectors, to those lists. Extract the stuff to get version information strings for libraries and the OS, which is *not* needed by dissectors, from "util.c", which contains routines that *are* needed by dissectors, and put it into a separate file. Make "dftest" link only with the dissector support stuff, not with all of the Ethereal common files. svn path=/trunk/; revision=9645
Diffstat (limited to 'util.h')
-rw-r--r--util.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/util.h b/util.h
index 6a36487fb2..7f910bb8ff 100644
--- a/util.h
+++ b/util.h
@@ -1,7 +1,7 @@
/* util.h
* Utility definitions
*
- * $Id: util.h,v 1.30 2003/11/18 04:16:28 gerald Exp $
+ * $Id: util.h,v 1.31 2004/01/11 22:17:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -29,18 +29,6 @@
extern "C" {
#endif /* __cplusplus */
-/*
- * Get various library compile-time versions and append them to
- * the specified GString.
- */
-void get_compiled_version_info(GString *str);
-
-/*
- * Get various library run-time versions, and the OS version, and append
- * them to the specified GString.
- */
-void get_runtime_version_info(GString *str);
-
int create_tempfile(char *, int, const char *);
/*