diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-01-15 12:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-01-15 12:01:11 +0000 |
commit | 506adf376478c28a8ac50768cedc067fdd089483 (patch) | |
tree | 447452b49bd28529c469d1db3e8b066be830ab6d /tmux.h | |
parent | ea9873e60e1161b6e2b720cc04706a4b35f48763 (diff) | |
parent | d551ab8e5cfb00fbb7a79e7f0c3f4f2780fc6824 (diff) | |
download | rtmux-506adf376478c28a8ac50768cedc067fdd089483.tar.gz rtmux-506adf376478c28a8ac50768cedc067fdd089483.tar.bz2 rtmux-506adf376478c28a8ac50768cedc067fdd089483.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1542,7 +1542,7 @@ extern struct client *cfg_client; void start_cfg(void); int load_cfg(const char *, struct cmd_q *, char **); void set_cfg_file(const char *); -void cfg_add_cause(const char *, ...); +void printflike(1, 2) cfg_add_cause(const char *, ...); void cfg_print_causes(struct cmd_q *); void cfg_show_causes(struct session *); |