aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 18:38:28 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 18:38:28 +0000
commitfc9b22c894e75dcfb7784cd8c00644318e17dea0 (patch)
tree4265e5ed0b96d4d615c9e89eeb108e62eacb00d5 /main/pbx.c
parentbf4cfd4dafbadd9b0e91a04930e20f82d129b3bd (diff)
Change the function name slightly... just for kpfleming!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@75260 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index ee88a0615..4d7ebbaba 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1410,7 +1410,7 @@ int ast_custom_function_unregister(struct ast_custom_function *acf)
return acf ? 0 : -1;
}
-int ast_custom_function_register2(struct ast_custom_function *acf, struct ast_module *mod)
+int __ast_custom_function_register(struct ast_custom_function *acf, struct ast_module *mod)
{
struct ast_custom_function *cur;