aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-01-15 12:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2016-01-15 12:01:11 +0000
commit506adf376478c28a8ac50768cedc067fdd089483 (patch)
tree447452b49bd28529c469d1db3e8b066be830ab6d /input.c
parentea9873e60e1161b6e2b720cc04706a4b35f48763 (diff)
parentd551ab8e5cfb00fbb7a79e7f0c3f4f2780fc6824 (diff)
downloadrtmux-506adf376478c28a8ac50768cedc067fdd089483.tar.gz
rtmux-506adf376478c28a8ac50768cedc067fdd089483.tar.bz2
rtmux-506adf376478c28a8ac50768cedc067fdd089483.zip
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index ed1ebffc..19fd48b7 100644
--- a/input.c
+++ b/input.c
@@ -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 *);