A couple of missing printflike attributes, from Andrey Starodubtsev.

This commit is contained in:
nicm
2016-01-15 11:31:47 +00:00
parent cfb78654c2
commit 68d797587e
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ struct input_ctx {
struct input_transition;
int input_split(struct input_ctx *);
int input_get(struct input_ctx *, u_int, int, int);
void input_reply(struct input_ctx *, const char *, ...);
void printflike(2, 3) input_reply(struct input_ctx *, const char *, ...);
void input_set_state(struct window_pane *, const struct input_transition *);
void input_reset_cell(struct input_ctx *);