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: https://origsvn.digium.com/svn/asterisk/trunk@48999 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-12-27 21:09:35 +00:00
parent 906a51a1af
commit 16b09ac48c
3 changed files with 3 additions and 3 deletions

View File

@@ -151,8 +151,6 @@ int daemon(int, int); /* defined in libresolv of all places */
*/
/*! @{ */
extern int ast_language_is_prefix; /* XXX move to some header */
struct ast_flags ast_options = { AST_DEFAULT_OPTIONS };
int option_verbose = 0; /*!< Verbosity level */