From: Mark Spencer Date: Wed, 22 Dec 1999 23:07:49 +0000 (+0000) Subject: Version 0.1.2 from FTP X-Git-Tag: 0.1.2~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a43ac415e6efcbaad3cc9cf555bd27020a3fe6c2;p=thirdparty%2Fasterisk.git Version 0.1.2 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/options.h b/include/asterisk/options.h index aca01a9698..bc7cdbf16e 100755 --- a/include/asterisk/options.h +++ b/include/asterisk/options.h @@ -22,6 +22,8 @@ extern int option_verbose; extern int option_debug; extern int option_nofork; extern int option_quiet; +extern int option_console; +extern int fully_booted; #define VERBOSE_PREFIX_1 " " #define VERBOSE_PREFIX_2 " == "