From d5572fac38a48a6c39df4e9d4ad1a3720dfe6baa Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Mon, 28 Aug 2006 15:31:14 +0000 Subject: [PATCH] My apologies, I missed the compiler warning in a previous commit for the ael_main.c; I've fixed this. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41230 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/ael_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ael_main.c b/utils/ael_main.c index c9f3d9f3ca..225e23b919 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) {