More "moremanager" fixes. Manager commands to check module status.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89771 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2007-11-27 21:04:29 +00:00
parent 4bf40290ae
commit a30972ee65
3 changed files with 138 additions and 0 deletions

View File

@@ -88,6 +88,13 @@ void ast_register_file_version(const char *file, const char *version);
*/
void ast_unregister_file_version(const char *file);
/*! \brief Find version for given module name
* \param file Module name (i.e. chan_sip.so)
* \return version string or NULL if the module is not found
*/
const char *ast_file_version_find(const char *file);
/*!
* \brief Register/unregister a source code file with the core.
* \param file the source file name