aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-11 22:17:43 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-11 22:17:43 +0000
commitf726e78a8390413ded74e9f6eaa0cb88c07832e1 (patch)
treec815997640931558110ea9bf468fcb27f04f4c0d /util.h
parente10907b62094733be981b63cc18a470dd7256099 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9645 f5534014-38df-0310-8fa8-9805f1628bb7
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 *);
/*