Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
please_report_bug.h
Go to the documentation of this file.
1
12#ifndef __PLEASE_REPORT_BUG_H__
13#define __PLEASE_REPORT_BUG_H__
14
15#include "ws_symbol_export.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif /* __cplusplus */
20
29WS_DLL_PUBLIC const char *please_report_bug(void);
30
38WS_DLL_PUBLIC const char *please_report_bug_short(void);
39
40#ifdef __cplusplus
41}
42#endif /* __cplusplus */
43
44#endif /* __PLEASE_REPORT_BUG_H__ */
WS_DLL_PUBLIC const char * please_report_bug(void)
Returns a long bug report message.
Definition please_report_bug.c:18
WS_DLL_PUBLIC const char * please_report_bug_short(void)
Returns a short bug report message.
Definition please_report_bug.c:30