summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-11 07:24:10 +0000
committerMark Spencer <markster@digium.com>2005-03-11 07:24:10 +0000
commit26c7a07735051f2e2137eb118e4dded3d4790f4a (patch)
tree90b851fe0459219014cf42e9441f8f065e07debc /include
parentc246200ab05d664f1b2762757273bd0e72557e7f (diff)
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
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 5cbdeab0f..2a3cf237c 100755
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -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;