aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-19 01:57:19 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-19 01:57:19 +0000
commit3af272b36b0c883bdd6b297f6fd1fe160a9e6fbb (patch)
treeb006587477d09e5bc5e13f401a06e2e7c0e82dad /include
parent160bd00f28f1a866ce0d62fad10d9115fc070c1d (diff)
add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug #4320)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5723 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 9d962bbe5..083b0c474 100755
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -34,6 +34,7 @@ extern int option_cache_record_files;
extern int option_timestamp;
extern int option_transcode_slin;
extern int option_maxcalls;
+extern int option_dontwarn;
extern char defaultlanguage[];
extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;