=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.182 retrieving revision 1.183 diff -c -r1.182 -r1.183 *** src/usr.bin/tmux/tmux.h 2009/11/19 10:22:07 1.182 --- src/usr.bin/tmux/tmux.h 2009/11/19 16:22:10 1.183 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.182 2009/11/19 10:22:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.183 2009/11/19 16:22:10 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1617,1623 **** /* status.c */ int status_redraw(struct client *); ! char *status_replace(struct client *, 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 *); --- 1617,1624 ---- /* status.c */ int status_redraw(struct client *); ! char *status_replace( ! struct client *, struct winlink *, 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 *);