MCPcopy Create free account
hub / github.com/cisco/libsrtp / srtp_install_err_report_handler

Function srtp_install_err_report_handler

crypto/kernel/err.c:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72static srtp_err_report_handler_func_t *srtp_err_report_handler = NULL;
73
74srtp_err_status_t srtp_install_err_report_handler(
75 srtp_err_report_handler_func_t func)
76{
77 srtp_err_report_handler = func;
78 return srtp_err_status_ok;
79}
80
81void srtp_err_report(srtp_err_reporting_level_t level, const char *format, ...)
82{

Callers 1

srtp_install_log_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected