=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.493 retrieving revision 1.494 diff -c -r1.493 -r1.494 *** src/usr.bin/tmux/tmux.h 2015/04/20 15:34:56 1.493 --- src/usr.bin/tmux/tmux.h 2015/04/21 22:38:49 1.494 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.493 2015/04/20 15:34:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.494 2015/04/21 22:38:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2225,2231 **** void layout_close_pane(struct window_pane *); /* layout-custom.c */ ! char *layout_dump(struct window *); int layout_parse(struct window *, const char *); /* layout-set.c */ --- 2225,2231 ---- void layout_close_pane(struct window_pane *); /* layout-custom.c */ ! char *layout_dump(struct layout_cell *); int layout_parse(struct window *, const char *); /* layout-set.c */