diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-08-18 05:36:45 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-08-23 19:47:06 +1000 |
commit | de4ae07f12dabf8815ecede54235fce5d22e3f63 (patch) | |
tree | e62b3e975ed519f37c7cda4b5229bcffca73023f /session.h | |
parent | 643c2ad82910691b2240551ea8b14472f60b5078 (diff) |
upstream commit
Move several subprocess-related functions from various
locations to misc.c. Extend subprocess() to offer a little more control over
stdio disposition.
feedback & ok dtucker@
Upstream-ID: 3573dd7109d13ef9bd3bed93a3deb170fbfce049
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: session.h,v 1.33 2016/08/13 17:47:41 markus Exp $ */ | 1 | /* $OpenBSD: session.h,v 1.34 2017/08/18 05:36:45 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
@@ -77,8 +77,6 @@ Session *session_new(void); | |||
77 | Session *session_by_tty(char *); | 77 | Session *session_by_tty(char *); |
78 | void session_close(Session *); | 78 | void session_close(Session *); |
79 | void do_setusercontext(struct passwd *); | 79 | void do_setusercontext(struct passwd *); |
80 | void child_set_env(char ***envp, u_int *envsizep, const char *name, | ||
81 | const char *value); | ||
82 | 80 | ||
83 | const char *session_get_remote_name_or_ip(struct ssh *, u_int, int); | 81 | const char *session_get_remote_name_or_ip(struct ssh *, u_int, int); |
84 | 82 | ||