aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'version_info.h')
-rw-r--r--version_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/version_info.h b/version_info.h
index 0d85d17a5b..31548ef647 100644
--- a/version_info.h
+++ b/version_info.h
@@ -52,6 +52,11 @@ void get_compiled_version_info(GString *str,
void (*append_info)(GString *));
/*
+ * Get the OS version, and append it to the GString
+ */
+void get_os_version_info(GString *str);
+
+/*
* Get various library run-time versions, and the OS version, and append
* them to the specified GString.
*/