![]() |
yumapro
25.10-1
YumaPro SDK
|
Setup the server in library mode. More...

Go to the source code of this file.
Typedefs | |
| typedef 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 More... | |
Functions | |
| void | agt_library_init (void) |
| Initialize the agt_library module. More... | |
| status_t | agt_library_init2 (void) |
| Load the modules in the agt_library module. More... | |
| void | agt_library_cleanup (void) |
| Cleanup the agt_library module. More... | |
| void | agt_library_register_search_fn (agt_library_search_fn_t callback) |
| Register a library search result Q processing callback. More... | |
| ncxmod_search_result_t * | agt_library_mod_revision_count (const xmlChar *modname, uint32 *retcount) |
| Get the number of revisions found of 1 module. More... | |
| ncxmod_search_result_t * | agt_library_find_module (const xmlChar *modname, const xmlChar *version) |
| Find the first instance of (modname, version) More... | |
Setup the server in library mode.