=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.730 retrieving revision 1.731 diff -c -r1.730 -r1.731 *** src/usr.bin/tmux/tmux.h 2017/03/08 13:36:12 1.730 --- src/usr.bin/tmux/tmux.h 2017/03/09 17:02:38 1.731 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.730 2017/03/08 13:36:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.731 2017/03/09 17:02:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1613,1618 **** --- 1613,1619 ---- void environ_update(struct options *, struct environ *, struct environ *); void environ_push(struct environ *); void environ_log(struct environ *, const char *); + struct environ *environ_for_session(struct session *); /* tty.c */ void tty_create_log(void); *************** *** 1838,1844 **** const char *server_client_get_cwd(struct client *); /* server-fn.c */ - void server_fill_environ(struct session *, struct environ *); void server_redraw_client(struct client *); void server_status_client(struct client *); void server_redraw_session(struct session *); --- 1839,1844 ----