11 #ifndef _H_agt_library 12 #define _H_agt_library 43 #ifndef _H_status_enum 152 const xmlChar *version);
status_t agt_library_init2(void)
Load the modules in the agt_library module.
Definition: agt_library.c:107
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
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:195
status_t(* agt_library_search_fn_t)(dlq_hdr_t *modibQ)
for the list of subsystems requesting or in progress for a config load or replay
Definition: agt_library.h:82
struct for storing YANG file search results this is used by yangcli for schema auto-load also for fin...
Definition: ncxmod.h:404
void agt_library_init(void)
Initialize the agt_library module.
Definition: agt_library.c:85
status_t
global error return code
Definition: status_enum.h:186
void agt_library_cleanup(void)
Cleanup the agt_library module.
Definition: agt_library.c:144
void agt_library_register_search_fn(agt_library_search_fn_t callback)
Register a library search result Q processing callback.
Definition: agt_library.c:173
global error status code enumerations