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

Function conf_message_callback

scripts/config/mconf.c:961–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961static void conf_message_callback(const char *s)
962{
963 if (save_and_exit) {
964 if (!silent)
965 printf("%s", s);
966 } else {
967 show_textbox(NULL, s, 6, 60);
968 }
969}
970
971static int handle_exit(void)
972{

Callers

nothing calls this directly

Calls 1

show_textboxFunction · 0.85

Tested by

no test coverage detected