MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_set_syslog_handler

Function xo_set_syslog_handler

tools/libxo/libxo/xo_syslog.c:421–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void
422xo_set_syslog_handler (xo_syslog_open_t open_func,
423 xo_syslog_send_t send_func,
424 xo_syslog_close_t close_func)
425{
426 xo_syslog_open = open_func;
427 xo_syslog_send = send_func;
428 xo_syslog_close = close_func;
429}
430
431static ssize_t
432xo_snprintf (char *out, ssize_t outsize, const char *fmt, ...)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68