2 * Declarations of outines to report operating system version information
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef __WSUTIL_OS_VERSION_INFO_H__
12 #define __WSUTIL_OS_VERSION_INFO_H__
14 #include <wireshark.h>
18 #endif /* __cplusplus */
21 * Get the OS version, and append it to a GString.
23 WS_DLL_PUBLIC
void get_os_version_info(GString
*str
);
27 #endif /* __cplusplus */
29 #endif /* __WSUTIL_OS_VERSION_INFO_H__ */