summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-07-16 18:38:28 +0000
committerJoshua Colp <jcolp@digium.com>2007-07-16 18:38:28 +0000
commit344e6fd016ea52f96e2160687f299cb382040da3 (patch)
tree4265e5ed0b96d4d615c9e89eeb108e62eacb00d5 /main
parent0b0e64fe2ff7c98de13854e79998c36798fcbfc4 (diff)
Change the function name slightly... just for kpfleming!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75260 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-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;