=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- src/usr.bin/tmux/tmux.h 2009/07/15 07:50:34 1.31 +++ src/usr.bin/tmux/tmux.h 2009/07/15 17:39:00 1.32 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.31 2009/07/15 07:50:34 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.32 2009/07/15 17:39:00 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1275,7 +1275,7 @@ /* 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 *,