aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/paths.h
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 23:28:28 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 23:28:28 +0000
commit6a323c6c93a360a1117b38eee1f08328a4feb9c5 (patch)
tree93a772e4e535000067e5b28e0c304915866fbdd6 /include/asterisk/paths.h
parentd2e1694e0a0867ffb436d7fa68f3e058787692a0 (diff)
paths are already in include/asterisk/paths.h so don't duplicate
them in include/asterisk.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89345 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/paths.h')
-rw-r--r--include/asterisk/paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/paths.h b/include/asterisk/paths.h
index d90dd9544..4c80c3199 100644
--- a/include/asterisk/paths.h
+++ b/include/asterisk/paths.h
@@ -34,6 +34,8 @@ extern char ast_config_AST_KEY_DIR[PATH_MAX];
extern char ast_config_AST_PID[PATH_MAX];
extern char ast_config_AST_SOCKET[PATH_MAX];
extern char ast_config_AST_RUN_DIR[PATH_MAX];
+extern char ast_config_AST_RUN_GROUP[PATH_MAX];
+extern char ast_config_AST_RUN_USER[PATH_MAX];
extern char ast_config_AST_CTL_PERMISSIONS[PATH_MAX];
extern char ast_config_AST_CTL_OWNER[PATH_MAX];
extern char ast_config_AST_CTL_GROUP[PATH_MAX];