aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 21:09:35 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 21:09:35 +0000
commitf16e0a15b8d2b1fdea85fcc3b0528992baf545e7 (patch)
tree87d9c5c0cdb7b0708e1785c6035f0029bece9980 /include/asterisk
parent12f364fe0db0ab476d19af86e61f962824af7ed9 (diff)
Merged revisions 48998 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48998 | kpfleming | 2006-12-27 15:08:30 -0600 (Wed, 27 Dec 2006) | 3 lines move extern declaration for this option to a header file where it belongs provide an initial value for 'languageprefix' option, instead of relying on randomness to provide a useful value ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48999 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 3f7569ca1..5b6ffe0eb 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -122,6 +122,8 @@ extern pid_t ast_mainpid;
extern char record_cache_dir[AST_CACHE_DIR_LEN];
extern char debug_filename[AST_FILENAME_MAX];
+extern int ast_language_is_prefix;
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif