aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-10-19 22:43:38 +0000
committerGerald Combs <gerald@wireshark.org>2006-10-19 22:43:38 +0000
commit99d5c5e440d958d3ee403965b32b2e98a288acb6 (patch)
tree524aa5c409370eb73d2e88cd9b66fa347696e677 /version_info.h
parented69c761c829e25f0fd79d00d6d3879619e30d01 (diff)
Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()
and add version info for AirPcap. Add a corresponding get_gui_runtime_info(). Fix up whitespace. svn path=/trunk/; revision=19620
Diffstat (limited to 'version_info.h')
-rw-r--r--version_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/version_info.h b/version_info.h
index 7203eac27e..421a9bef65 100644
--- a/version_info.h
+++ b/version_info.h
@@ -57,7 +57,8 @@ 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.
*/
-void get_runtime_version_info(GString *str);
+void get_runtime_version_info(GString *str,
+ void (*additional_info)(GString *));
/*
* Get copyright information.