From 0d933f8a058fee47c46a03eb4eddae7f73df0519 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 14 Apr 2006 18:44:24 +0000 Subject: Compatibility fixes for loader changes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20075 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_odbc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'funcs') diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c index 56332e970..63c58dff4 100644 --- a/funcs/func_odbc.c +++ b/funcs/func_odbc.c @@ -551,7 +551,7 @@ static int odbc_unload_module(void) return 0; } -int reload(void) +static int reload(void *mod) { int res = 0; struct ast_config *cfg; @@ -667,4 +667,4 @@ static const char *key(void) { return ASTERISK_GPL_KEY; } -STD_MOD(MOD_1, NULL, NULL, NULL); +STD_MOD(MOD_1, reload, NULL, NULL); -- cgit v1.2.3