aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-07 19:03:53 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-07 19:03:53 +0000
commitacabbccc5fd2aeec77ef934ba02b84fd09c82511 (patch)
tree97aa88292ba28764d67089e97f7fd6b2a7dd036b /main
parent3a428866ebf37aef0b334d2f732beb1fa32a795c (diff)
Constifications
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63240 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/loader.c b/main/loader.c
index d9530f4d2..53b557f11 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -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;