aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-08 07:00:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-08 07:00:48 +0000
commite9a24390ed7d2758b6afdd6164b02b7b08c4c4f3 (patch)
treeca4dae0fb1f32ba7cbc81cbf5c819986d93b7c68 /util.h
parent2eb32f085fa58d92c77b6acae5db1ee105992611 (diff)
Put the code to get version numbers of various libraries with which
Ethereal/Tethereal was linked into a common routine, and use that in both Ethereal and Tethereal. Add to that routine code to get OS version information. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7320 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'util.h')
-rw-r--r--util.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/util.h b/util.h
index 6b75dd5adb..c928211bc6 100644
--- a/util.h
+++ b/util.h
@@ -1,7 +1,7 @@
/* util.h
* Utility definitions
*
- * $Id: util.h,v 1.26 2002/08/28 21:00:41 jmayer Exp $
+ * $Id: util.h,v 1.27 2003/03/08 07:00:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -29,6 +29,12 @@
extern "C" {
#endif /* __cplusplus */
+/*
+ * Get various library version and the OS version and append them to
+ * the specified GString.
+ */
+void get_version_info(GString *str);
+
int create_tempfile(char *, int, const char *);
/*