=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.267 retrieving revision 1.268 diff -c -r1.267 -r1.268 *** src/usr.bin/tmux/tmux.h 2011/01/23 11:03:43 1.267 --- src/usr.bin/tmux/tmux.h 2011/01/25 22:31:50 1.268 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.267 2011/01/23 11:03:43 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.268 2011/01/25 22:31:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1828,1834 **** struct winlink *winlink_find_by_window(struct winlinks *, struct window *); int winlink_next_index(struct winlinks *, int); u_int winlink_count(struct winlinks *); ! struct winlink *winlink_add(struct winlinks *, struct window *, int); void winlink_remove(struct winlinks *, struct winlink *); struct winlink *winlink_next(struct winlink *); struct winlink *winlink_previous(struct winlink *); --- 1828,1835 ---- struct winlink *winlink_find_by_window(struct winlinks *, struct window *); int winlink_next_index(struct winlinks *, int); u_int winlink_count(struct winlinks *); ! struct winlink *winlink_add(struct winlinks *, int); ! void winlink_set_window(struct winlink *, struct window *); void winlink_remove(struct winlinks *, struct winlink *); struct winlink *winlink_next(struct winlink *); struct winlink *winlink_previous(struct winlink *);