FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void error_handler
(
int
conn_id
,
int
severity
,
int
errcode
,
char *
reason
)
static
Definition at line
162
of file
dns.c
.
References
dim_print_msg()
.
Referenced by
main()
.
163
{
164
if
(conn_id){}
165
if
(errcode){}
166
dim_print_msg
(reason, severity);
167
/*
168
if(severity == 3)
169
{
170
printf("Exiting!\n");
171
exit(2);
172
}
173
*/
174
}
dim_print_msg
void dim_print_msg(char *msg, int severity)
Definition:
utilities.c:180
Here is the call graph for this function:
Here is the caller graph for this function:
dim
src
dns.c
Generated on Sun Sep 18 2016 20:50:30 for FACT++ by
1.8.11