=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.791 retrieving revision 1.792 diff -c -r1.791 -r1.792 *** src/usr.bin/tmux/tmux.h 2017/07/03 12:38:50 1.791 --- src/usr.bin/tmux/tmux.h 2017/07/09 22:33:09 1.792 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.791 2017/07/03 12:38:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.792 2017/07/09 22:33:09 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2295,2301 **** struct session *session_create(const char *, const char *, int, char **, const char *, const char *, struct environ *, struct termios *, int, u_int, u_int, char **); ! void session_destroy(struct session *); void session_add_ref(struct session *, const char *); void session_remove_ref(struct session *, const char *); int session_check_name(const char *); --- 2295,2301 ---- struct session *session_create(const char *, const char *, int, char **, const char *, const char *, struct environ *, struct termios *, int, u_int, u_int, char **); ! void session_destroy(struct session *, const char *); void session_add_ref(struct session *, const char *); void session_remove_ref(struct session *, const char *); int session_check_name(const char *);