From a86c5f7cae7ec9a3398300555a0b644689d946a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:14:53 +0200 Subject: Merging upstream version 4.4.0. Signed-off-by: Daniel Baumann --- wsutil/version_info.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'wsutil/version_info.h') diff --git a/wsutil/version_info.h b/wsutil/version_info.h index 1285cd2c..d7b8d228 100644 --- a/wsutil/version_info.h +++ b/wsutil/version_info.h @@ -60,6 +60,10 @@ WS_DLL_PUBLIC void gather_zlib_compile_info(feature_list l); +WS_DLL_PUBLIC +void +gather_zlib_ng_compile_info(feature_list l); + /* * Get various library compile-time versions, put them in a GString, * and return the GString. @@ -98,6 +102,14 @@ GString *get_runtime_version_info(gather_feature_func gather_runtime); WS_DLL_PUBLIC const char *get_ws_vcs_version_info(void); +/* + * Return a version number string for Logray, including, for builds + * from a tree checked out from Logray's version control system, + * something identifying what version was checked out. + */ +WS_DLL_PUBLIC +const char *get_lr_vcs_version_info(void); + /* * Shorter version of get_ws_vcs_version_info(). */ -- cgit v1.2.3