MCPcopy Create free account
hub / github.com/Entware/Entware / conf_set_message_callback

Function conf_set_message_callback

scripts/config/confdata.c:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176static void (*conf_message_callback)(const char *s) =
177 conf_default_message_callback;
178void conf_set_message_callback(void (*fn)(const char *s))
179{
180 conf_message_callback = fn;
181}
182
183static void conf_message(const char *fmt, ...)
184{

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected