aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-12-25 21:12:07 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-12-25 21:12:07 +0000
commit2ec0e7173627c60082309f3b4bed31a4d4350bf2 (patch)
tree478308e9771ec6ebdffba099906fc57c0b9bae7a /include/asterisk/options.h
parentf3a2afa02ecccbf4300c74b832248630a761df6a (diff)
Version 0.1.10 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@396 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/options.h')
-rwxr-xr-xinclude/asterisk/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 9cd0b5ef9..375b216a1 100755
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -23,12 +23,14 @@ extern int option_debug;
extern int option_nofork;
extern int option_quiet;
extern int option_console;
+extern int option_initcrypto;
extern int fully_booted;
extern char defaultlanguage[];
#define VERBOSE_PREFIX_1 " "
#define VERBOSE_PREFIX_2 " == "
#define VERBOSE_PREFIX_3 " -- "
+#define VERBOSE_PREFIX_4 " > "
#if defined(__cplusplus) || defined(c_plusplus)
}