aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-10-19 18:43:12 +0000
committerGuy Harris <guy@alum.mit.edu>2006-10-19 18:43:12 +0000
commit00d8ca2d4567d0c0e9b837a065a786e9076ad893 (patch)
tree7a2417a3d23f01ebec8ab5f177e6cdc1bb527abe /version_info.h
parent85a34375499dd6e9dd90679ea9ffbbdd038ebcf9 (diff)
Fix up the changes to put the Portaudio information at the end of the
version string, so the information comes out right for applications that don't use Portaudio. Get rid of an extra "with" in the version string for dumpcap. Get rid of an extra blank after the libpcap version string, and get rid of an extra newline before it. Attempt to add more compiler version information and to prettify the MSVC++ version information (both untested). svn path=/trunk/; revision=19613
Diffstat (limited to 'version_info.h')
-rw-r--r--version_info.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/version_info.h b/version_info.h
index b7e15483c4..565ca44f0a 100644
--- a/version_info.h
+++ b/version_info.h
@@ -38,8 +38,14 @@ const gchar *svnversion;
/*
* Get various library compile-time versions and append them to
* the specified GString.
+ *
+ * "additional_info" is called at the end to append any additional
+ * information; this is required in order to, for example, put the
+ * Portaudio information at the end of the string, as we currently
+ * don't use Portaudio in TShark.
*/
-void get_compiled_version_info(GString *str);
+void get_compiled_version_info(GString *str,
+ void (*additional_info)(GString *));
/*
* Get various library run-time versions, and the OS version, and append