aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/config.h')
-rwxr-xr-xinclude/asterisk/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index a400fef51..d7d9602b6 100755
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -181,7 +181,7 @@ int ast_update_realtime(const char *family, const char *keyfield, const char *lo
*/
void ast_variables_destroy(struct ast_variable *var);
-int ast_config_engine_register(struct ast_config_engine *new);
+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);