aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 6c2a2e85..b259270f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.319 2009-05-18 21:01:38 nicm Exp $ */
+/* $Id: tmux.h,v 1.320 2009-05-18 21:06:16 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1575,8 +1575,8 @@ void layout_next(struct window *);
void layout_previous(struct window *);
/* layout-manual.c */
-void layout_manual_refresh(struct window *, int);
-void layout_manual_resize(struct window_pane *, int);
+void layout_manual_vertical_refresh(struct window *, int);
+void layout_manual_vertical_resize(struct window_pane *, int);
/* window-clock.c */
extern const struct window_mode window_clock_mode;