aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-11-11 20:51:30 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-11-11 20:51:30 +0000
commitc7fccfa2998b386aa633fc76496ad42094fcaafb (patch)
treee2ebf771ea9f9f251d3e733266d56b37dc205ab6 /tmux.h
parent023137a891ce4b78f042fb694dd07ca752503139 (diff)
downloadrtmux-c7fccfa2998b386aa633fc76496ad42094fcaafb.tar.gz
rtmux-c7fccfa2998b386aa633fc76496ad42094fcaafb.tar.bz2
rtmux-c7fccfa2998b386aa633fc76496ad42094fcaafb.zip
Declaration in header should be extern.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index d49d11e3..0d37e554 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1308,7 +1308,7 @@ __dead void shell_exec(const char *, const char *);
/* cfg.c */
extern int cfg_finished;
-struct causelist cfg_causes;
+extern struct causelist cfg_causes;
void printflike2 cfg_add_cause(struct causelist *, const char *, ...);
int load_cfg(const char *, struct cmd_ctx *, struct causelist *);