=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.226 retrieving revision 1.227 diff -c -r1.226 -r1.227 *** src/usr.bin/tmux/tmux.h 2010/06/21 01:27:46 1.226 --- src/usr.bin/tmux/tmux.h 2010/06/21 01:46:36 1.227 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.226 2010/06/21 01:27:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.227 2010/06/21 01:46:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1799,1804 **** --- 1799,1806 ---- void winlink_remove(struct winlinks *, struct winlink *); struct winlink *winlink_next(struct winlink *); struct winlink *winlink_previous(struct winlink *); + struct winlink *winlink_next_by_number(struct winlink *, int); + struct winlink *winlink_previous_by_number(struct winlink *, int); void winlink_stack_push(struct winlink_stack *, struct winlink *); void winlink_stack_remove(struct winlink_stack *, struct winlink *); int window_index(struct window *, u_int *);