=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.485 retrieving revision 1.486 diff -u -r1.485 -r1.486 --- src/usr.bin/tmux/tmux.h 2015/01/20 08:18:04 1.485 +++ src/usr.bin/tmux/tmux.h 2015/02/01 23:43:23 1.486 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.485 2015/01/20 08:18:04 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.486 2015/02/01 23:43:23 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1926,8 +1926,8 @@ void status_update_jobs(struct client *); void status_set_window_at(struct client *, u_int); int status_redraw(struct client *); -char *status_replace(struct client *, struct session *, struct winlink *, - struct window_pane *, const char *, time_t, int); +char *status_replace(struct client *, struct winlink *, const char *, time_t, + int); void printflike(2, 3) status_message_set(struct client *, const char *, ...); void status_message_clear(struct client *); int status_message_redraw(struct client *);