[asterisk-commits] rizzo: trunk r93666 - /trunk/include/asterisk/paths.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 18 12:20:06 CST 2007
Author: rizzo
Date: Tue Dec 18 12:20:06 2007
New Revision: 93666
URL: http://svn.digium.com/view/asterisk?view=rev&rev=93666
Log:
remove a leftover line with only a '#' (wonder why
the compiler does not complain!) and variables that
are only used in asterisk.c
Modified:
trunk/include/asterisk/paths.h
Modified: trunk/include/asterisk/paths.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/paths.h?view=diff&rev=93666&r1=93665&r2=93666
==============================================================================
--- trunk/include/asterisk/paths.h (original)
+++ trunk/include/asterisk/paths.h Tue Dec 18 12:20:06 2007
@@ -17,7 +17,7 @@
#ifndef _ASTERISK_PATHS_H
#define _ASTERISK_PATHS_H
-#
+
extern const char ast_config_AST_CONFIG_DIR[PATH_MAX];
extern const char ast_config_AST_CONFIG_FILE[PATH_MAX];
extern const char ast_config_AST_MODULE_DIR[PATH_MAX];
@@ -36,12 +36,4 @@
extern const char ast_config_AST_RUN_USER[PATH_MAX];
extern const char ast_config_AST_SYSTEM_NAME[20];
-#if 0 /* only used in main/asterisk.c */
-extern const char ast_config_AST_CTL_PERMISSIONS[PATH_MAX];
-extern const char ast_config_AST_CTL_OWNER[PATH_MAX];
-extern const char ast_config_AST_CTL_GROUP[PATH_MAX];
-extern const char ast_config_AST_CTL[PATH_MAX];
-#endif
-
-
#endif /* _ASTERISK_PATHS_H */
More information about the asterisk-commits
mailing list