Add timestamping to console (bug #3653 with minor mods)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5163 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-03-11 07:24:10 +00:00
parent c246200ab0
commit 26c7a07735
5 changed files with 49 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ extern int option_nocolor;
extern int fully_booted;
extern int option_exec_includes;
extern int option_cache_record_files;
extern int option_timestamp;
extern char defaultlanguage[];
extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;