aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-10-19 21:17:23 +0000
committerGuy Harris <guy@alum.mit.edu>2006-10-19 21:17:23 +0000
commit1eefc6d60e757e99ed889de27591dce0caf9819d (patch)
tree08e289e65f097dbabdae1b24036baaa1f4c7b1e1 /version_info.h
parent0a069f6785961ab62dbeaa3410794b268ddcafe0 (diff)
Clean up the word wrap stuff a bit. (Arguably, that should be done in
the code that displays it - we might, for example, be able to have the About dialog word-wrap to the appropriate size, and word-wrap text printed to the standard output to the terminal width if it's going to a terminal and to 80 or whatever columns otherwise.) Don't report anything in dumpcap about libraries not used by dumpcap. (It was printing a blank, which looked a bit weird.) Fix the handling of _MSC_VER as per Gerald's fix for _MSC_FULL_VER. svn path=/trunk/; revision=19618
Diffstat (limited to 'version_info.h')
-rw-r--r--version_info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/version_info.h b/version_info.h
index 565ca44f0a..7203eac27e 100644
--- a/version_info.h
+++ b/version_info.h
@@ -48,6 +48,12 @@ void get_compiled_version_info(GString *str,
void (*additional_info)(GString *));
/*
+ * Get compile-time information used only by applications that use
+ * libethereal.
+ */
+void get_epan_compiled_version_info(GString *str);
+
+/*
* Get various library run-time versions, and the OS version, and append
* them to the specified GString.
*/