=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.241 retrieving revision 1.242 diff -u -r1.241 -r1.242 --- src/usr.bin/tmux/tmux.h 2010/09/26 20:43:30 1.241 +++ src/usr.bin/tmux/tmux.h 2010/09/28 07:15:45 1.242 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.241 2010/09/26 20:43:30 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.242 2010/09/28 07:15:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1827,9 +1827,7 @@ /* window.c */ extern struct windows windows; -int window_cmp(struct window *, struct window *); int winlink_cmp(struct winlink *, struct winlink *); -RB_PROTOTYPE(windows, window, entry, window_cmp); RB_PROTOTYPE(winlinks, winlink, entry, winlink_cmp); struct winlink *winlink_find_by_index(struct winlinks *, int); struct winlink *winlink_find_by_window(struct winlinks *, struct window *);