mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user