summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-10-09 14:30:26 +0000
committerTiago Cunha <tcunha@gmx.com>2010-10-09 14:30:26 +0000
commit45784bd5d604e9cef869551ba66c0b3c66b894a2 (patch)
treeace06cc32bbdf465574404e2f53ed57afefdde2d
parentb5349ab5d94569e63b8446352f243e0cd9617030 (diff)
Sync OpenBSD patchset 767:
Nuke a leftover RB tree declaration spotted by blambert.
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 8662cb6d..f29b4028 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.578 2010-10-09 14:29:32 tcunha Exp $ */
+/* $Id: tmux.h,v 1.579 2010-10-09 14:30:26 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1825,9 +1825,7 @@ int screen_check_selection(struct screen *, u_int, u_int);
/* 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 *);