OpenDNSSEC-enforcer
1.3.16
|
#include <message.h>
Data Fields | |
int | min |
int | max |
const char ** | message |
MSG_OUTPUT_FUNCTION | output |
int MSG_CODEBLOCK::max |
Definition at line 52 of file message.h.
Referenced by MsgRegister().
const char** MSG_CODEBLOCK::message |
Definition at line 53 of file message.h.
Referenced by MsgRegister(), and MsgText().
int MSG_CODEBLOCK::min |
Definition at line 51 of file message.h.
Referenced by MsgRegister(), and MsgText().
MSG_OUTPUT_FUNCTION MSG_CODEBLOCK::output |
Definition at line 54 of file message.h.
Referenced by MsgGetOutput(), MsgRegister(), and MsgSetOutput().