summaryrefslogtreecommitdiff
path: root/include/asterisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk.h')
-rwxr-xr-xinclude/asterisk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk.h b/include/asterisk.h
index 708d503a4..e10200bbd 100755
--- a/include/asterisk.h
+++ b/include/asterisk.h
@@ -37,6 +37,8 @@ extern char ast_config_AST_CTL_OWNER[AST_CONFIG_MAX_PATH];
extern char ast_config_AST_CTL_GROUP[AST_CONFIG_MAX_PATH];
extern char ast_config_AST_CTL[AST_CONFIG_MAX_PATH];
+/* Provided by asterisk.c */
+extern int ast_set_priority(int);
/* Provided by module.c */
extern int load_modules(const int preload_only);
/* Provided by pbx.c */