Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
failure_message_simple.h
Go to the documentation of this file.
1
23#ifndef __FAILURE_MESSAGE_SIMPLE_H__
24#define __FAILURE_MESSAGE_SIMPLE_H__
25
26#ifdef __cplusplus
27extern "C" {
28#endif /* __cplusplus */
29
39extern void init_report_failure_message_simple(const char *friendly_program_name);
40
41#ifdef __cplusplus
42}
43#endif /* __cplusplus */
44
45#endif /* __FAILURE_MESSAGE_SIMPLE_H__ */
void init_report_failure_message_simple(const char *friendly_program_name)
Registers routines with the report_message mechanism.
Definition failure_message_simple.c:300