diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-11-06 12:09:44 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-11-06 12:09:44 +0000 |
commit | bf3f696830c5dfdbf2b38398a6f43bda4068b4ba (patch) | |
tree | 74d9fbd583902a82359ba71298adf695f55e290f /src/common/weechat.h | |
parent | 3bca573d4996d8519d75f64f2154e88a107f42a6 (diff) | |
download | weechat-bf3f696830c5dfdbf2b38398a6f43bda4068b4ba.zip |
Added /uptime command
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 1 |
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; |