dcerpc-nt: add UNION_ALIGN_TO... helpers
[wireshark-sm.git] / wsutil / os_version_info.h
blobf496b3036c0a2d9544ba98537223eac0e38a1b05
1 /** @file
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
9 */
11 #ifndef __WSUTIL_OS_VERSION_INFO_H__
12 #define __WSUTIL_OS_VERSION_INFO_H__
14 #include <wireshark.h>
16 #ifdef __cplusplus
17 extern "C" {
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);
25 #ifdef __cplusplus
27 #endif /* __cplusplus */
29 #endif /* __WSUTIL_OS_VERSION_INFO_H__ */