summaryrefslogtreecommitdiff
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 ada86b5863..6d0f58810f 100644
--- a/version_info.h
+++ b/version_info.h
@@ -47,6 +47,11 @@ void get_compiled_version_info(GString *str);
*/
void get_runtime_version_info(GString *str);
+/*
+ * Get copyright information.
+ */
+const char *get_copyright_info(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */