aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 533a8797..53688eed 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1275,7 +1275,7 @@ int server_unlock(const char *);
/* status.c */
int status_redraw(struct client *);
-void status_message_set(struct client *, const char *);
+void printflike2 status_message_set(struct client *, const char *, ...);
void status_message_clear(struct client *);
int status_message_redraw(struct client *);
void status_prompt_set(struct client *,