aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 21:08:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 21:08:30 +0000
commitb92384e18833f481cdf28dea1988346ff83a841b (patch)
tree49bc2fd0a403de75419da8e0a8575f5311ffaa8f /include/asterisk
parentadcb1d7a47d1997d3dbd409e475651fe742b8f43 (diff)
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/branches/1.4@48998 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