Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
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
18
extern
"C"
{
19
#endif
/* __cplusplus */
20
29
WS_DLL_PUBLIC
const
char
*
please_report_bug
(
void
);
30
38
WS_DLL_PUBLIC
const
char
*
please_report_bug_short
(
void
);
39
40
#ifdef __cplusplus
41
}
42
#endif
/* __cplusplus */
43
44
#endif
/* __PLEASE_REPORT_BUG_H__ */
please_report_bug
WS_DLL_PUBLIC const char * please_report_bug(void)
Returns a long bug report message.
Definition
please_report_bug.c:18
please_report_bug_short
WS_DLL_PUBLIC const char * please_report_bug_short(void)
Returns a short bug report message.
Definition
please_report_bug.c:30
Generated by
1.9.8