summaryrefslogtreecommitdiff
path: root/src/core/weechat.h
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2020-04-13 00:43:37 +1000
committerSébastien Helleu <flashcode@flashtux.org>2020-04-19 11:05:22 +0200
commit18a837c55bc25ebdd6ad25055bd8ae446dc57b5e (patch)
tree6c9b8ba75b1f4463d780b02cb2fcfec67a104f82 /src/core/weechat.h
parentd38701f99fb6e7d2db24a6a252946d488667d3a7 (diff)
downloadweechat-18a837c55bc25ebdd6ad25055bd8ae446dc57b5e.zip
core: log to stdout, if headless
Fixes https://github.com/weechat/weechat/issues/1475 .
Diffstat (limited to 'src/core/weechat.h')
-rw-r--r--src/core/weechat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/weechat.h b/src/core/weechat.h
index 274d54392..39917851f 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -100,6 +100,7 @@ struct t_weelist;
/* global variables and functions */
extern int weechat_headless;
+extern int weechat_daemon;
extern int weechat_debug_core;
extern char *weechat_argv0;
extern int weechat_upgrading;