summaryrefslogtreecommitdiff
path: root/src/common/weechat.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-11-06 12:09:44 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-11-06 12:09:44 +0000
commitbf3f696830c5dfdbf2b38398a6f43bda4068b4ba (patch)
tree74d9fbd583902a82359ba71298adf695f55e290f /src/common/weechat.h
parent3bca573d4996d8519d75f64f2154e88a107f42a6 (diff)
downloadweechat-bf3f696830c5dfdbf2b38398a6f43bda4068b4ba.zip
Added /uptime command
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r--src/common/weechat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h
index 0e36a4a28..7b3ea307f 100644
--- a/src/common/weechat.h
+++ b/src/common/weechat.h
@@ -112,6 +112,7 @@
/* global variables and functions */
+extern time_t weechat_start_time;
extern int quit_weechat;
extern char *weechat_home;
extern char *local_charset;