void nc_callback_error_reply(void(*func)(const char *tag, const char *type, const char *severity, const char *apptag, const char *path, const char *message, const char *attribute, const char *element, const char *ns, const char *sid))
Set a callback function to process (e.g. print) NETCONF <rpc-error> message items.If the func parameter is NULL, the callback is set back to the default (no) function.
void nc_callback_print(void(*func)(NC_VERB_LEVEL level, const char *msg))
Set a callback function for printing libnetconf's messages.If the func parameter is NULL...