=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.665 retrieving revision 1.666 diff -u -r1.665 -r1.666 --- src/usr.bin/tmux/tmux.h 2016/10/15 00:12:58 1.665 +++ src/usr.bin/tmux/tmux.h 2016/10/15 09:27:52 1.666 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.665 2016/10/15 00:12:58 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.666 2016/10/15 09:27:52 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2061,8 +2061,8 @@ struct window *window_find_by_id_str(const char *); struct window *window_find_by_id(u_int); void window_update_activity(struct window *); -struct window *window_create1(u_int, u_int); -struct window *window_create(const char *, int, char **, const char *, +struct window *window_create(u_int, u_int); +struct window *window_create_spawn(const char *, int, char **, const char *, const char *, const char *, struct environ *, struct termios *, u_int, u_int, u_int, char **); void window_destroy(struct window *);