=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1167 retrieving revision 1.1168 diff -u -r1.1167 -r1.1168 --- src/usr.bin/tmux/tmux.h 2022/05/30 12:48:57 1.1167 +++ src/usr.bin/tmux/tmux.h 2022/05/30 12:52:02 1.1168 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1167 2022/05/30 12:48:57 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1168 2022/05/30 12:52:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -3018,7 +3018,7 @@ /* layout-custom.c */ char *layout_dump(struct layout_cell *); -int layout_parse(struct window *, const char *); +int layout_parse(struct window *, const char *, char **); /* layout-set.c */ int layout_set_lookup(const char *);