aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-28 15:31:14 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-28 15:31:14 +0000
commit320436acc4a3b4685570a96fc771979ebdc6c9d4 (patch)
tree72b7c9d7a032ff896cdb5ff74af8e9c82e63b8c0 /utils
parent0ba6df7e0185d4a336554689485ba0d4431dc281 (diff)
My apologies, I missed the compiler warning in a previous commit for the ael_main.c;
I've fixed this. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41230 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/ael_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index c9f3d9f3c..225e23b91 100644
--- a/utils/ael_main.c
+++ b/utils/ael_main.c
@@ -424,7 +424,7 @@ void filter_newlines(char *str)
extern struct module_symbols mod_data;
-extern ael_external_load_module(void);
+extern int ael_external_load_module(void);
int main(int argc, char **argv)
{