mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Constifications
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63240 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -891,7 +891,7 @@ int ast_update_module_list(int (*modentry)(const char *module, const char *descr
|
||||
}
|
||||
|
||||
/*! \brief Check if module exists */
|
||||
int ast_module_check(char *name)
|
||||
int ast_module_check(const char *name)
|
||||
{
|
||||
struct ast_module *cur;
|
||||
|
||||
|
Reference in New Issue
Block a user