Home
last modified time | relevance | path

Searched refs:log_function_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dutil.h65 typedef void log_function_type(int priority, const char *message); typedef
70 log_function_type log_file;
76 log_function_type log_syslog;
81 log_function_type log_only_syslog;
86 void log_set_log_function(log_function_type *log_function);
H A Dutil.c62 static log_function_type *current_log_function = log_file;
196 log_set_log_function(log_function_type *log_function) in log_set_log_function()