summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-02-14 23:08:06 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-02-14 23:08:06 +0000
commitf1209276fd1c877e7560dcb9cddbbc71a2f5df45 (patch)
treed425a23754dcbd13f4d2dcb527fadd5aabe56d99 /include/asterisk/config.h
parentff7a90829d623f89208e2f60402c3a321b8dbe35 (diff)
Bug 4377 - Initial round of loader changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10084 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/config.h')
-rw-r--r--include/asterisk/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index aa639aaae..2f23f2a43 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -166,7 +166,7 @@ int ast_config_engine_register(struct ast_config_engine *newconfig);
int ast_config_engine_deregister(struct ast_config_engine *del);
int register_config_cli(void);
-void read_config_maps(void);
+int read_config_maps(void);
struct ast_config *ast_config_new(void);
struct ast_category *ast_config_get_current_category(const struct ast_config *cfg);