=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.276 retrieving revision 1.277 diff -u -r1.276 -r1.277 --- src/usr.bin/tmux/tmux.h 2011/03/28 19:44:31 1.276 +++ src/usr.bin/tmux/tmux.h 2011/03/29 19:30:16 1.277 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.276 2011/03/28 19:44:31 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.277 2011/03/29 19:30:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1666,8 +1666,8 @@ void status_free_jobs(struct status_out_tree *); void status_update_jobs(struct client *); int status_redraw(struct client *); -char *status_replace( - struct client *, struct winlink *, const char *, time_t, int); +char *status_replace(struct client *, struct session *, + struct winlink *, struct window_pane *, const char *, time_t, int); void printflike2 status_message_set(struct client *, const char *, ...); void status_message_clear(struct client *); int status_message_redraw(struct client *);