152 const xmlChar *version);
void agt_library_cleanup(void)
Cleanup the agt_library module.
Definition: agt_library.c:143
void agt_library_init(void)
Initialize the agt_library module.
Definition: agt_library.c:84
status_t agt_library_init2(void)
Load the modules in the agt_library module.
Definition: agt_library.c:106
ncxmod_search_result_t * agt_library_find_module(const xmlChar *modname, const xmlChar *version)
Find the first instance of (modname, version)
Definition: agt_library.c:292
void agt_library_register_search_fn(agt_library_search_fn_t callback)
Register a library search result Q processing callback.
Definition: agt_library.c:172
status_t(* agt_library_search_fn_t)(dlq_hdr_t *modlibQ)
for the list of subsystems requesting or in progress for a config load or replay
Definition: agt_library.h:82
ncxmod_search_result_t * agt_library_mod_revision_count(const xmlChar *modname, uint32 *retcount)
Get the number of revisions found of 1 module.
Definition: agt_library.c:194
status_t
global error return code
Definition: status_enum.h:210
global error status code enumerations
struct for storing YANG file search results this is used by yangcli for schema auto-load also for fin...
Definition: ncxmod.h:422