From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- wsutil/os_version_info.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 wsutil/os_version_info.h (limited to 'wsutil/os_version_info.h') diff --git a/wsutil/os_version_info.h b/wsutil/os_version_info.h new file mode 100644 index 00000000..f496b303 --- /dev/null +++ b/wsutil/os_version_info.h @@ -0,0 +1,29 @@ +/** @file + * Declarations of outines to report operating system version information + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef __WSUTIL_OS_VERSION_INFO_H__ +#define __WSUTIL_OS_VERSION_INFO_H__ + +#include + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + +/* + * Get the OS version, and append it to a GString. + */ +WS_DLL_PUBLIC void get_os_version_info(GString *str); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __WSUTIL_OS_VERSION_INFO_H__ */ -- cgit v1.2.3