summaryrefslogtreecommitdiff
path: root/include/asterisk/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/paths.h')
-rw-r--r--include/asterisk/paths.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/paths.h b/include/asterisk/paths.h
index 3e3b8eae0..de28c7575 100644
--- a/include/asterisk/paths.h
+++ b/include/asterisk/paths.h
@@ -37,5 +37,9 @@ extern const char *ast_config_AST_RUN_GROUP;
extern const char *ast_config_AST_RUN_USER;
extern const char *ast_config_AST_SYSTEM_NAME;
extern const char *ast_config_AST_SBIN_DIR;
+extern const char *ast_config_AST_CTL_PERMISSIONS;
+extern const char *ast_config_AST_CTL_OWNER;
+extern const char *ast_config_AST_CTL_GROUP;
+extern const char *ast_config_AST_CTL;
#endif /* _ASTERISK_PATHS_H */