diff options
author | 2002-03-19 10:35:39 +0000 | |
---|---|---|
committer | 2002-03-19 10:35:39 +0000 | |
commit | 081d937ad292a9da721432080933035ac929585c (patch) | |
tree | ef332d45d6ec2c276bb5d68ac06feaa4a7fbc09e /usr.bin/ssh/session.h | |
parent | Match RRD40 as a cdrom on MSCP. May be useful to simh users, even if (diff) | |
download | wireguard-openbsd-081d937ad292a9da721432080933035ac929585c.tar.xz wireguard-openbsd-081d937ad292a9da721432080933035ac929585c.zip |
clean up prototypes
Diffstat (limited to 'usr.bin/ssh/session.h')
-rw-r--r-- | usr.bin/ssh/session.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/session.h b/usr.bin/ssh/session.h index 81f024c9bf1..fad3abe1ca2 100644 --- a/usr.bin/ssh/session.h +++ b/usr.bin/ssh/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.15 2002/03/18 17:50:31 provos Exp $ */ +/* $OpenBSD: session.h,v 1.16 2002/03/19 10:35:39 markus Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -59,6 +59,7 @@ int session_input_channel_req(Channel *, const char *); void session_close_by_pid(pid_t, int); void session_close_by_channel(int, void *); void session_destroy_all(void (*)(Session *)); +void session_pty_cleanup2(void *); Session *session_new(void); Session *session_by_tty(char *); |