mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
A couple of missing printflike attributes, from Andrey Starodubtsev.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1540,7 +1540,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 *);
|
||||
|
||||
|
Reference in New Issue
Block a user