summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
authormouring <mouring>2002-03-22 02:50:06 +0000
committermouring <mouring>2002-03-22 02:50:06 +0000
commite4d01d49510c930b256b123b7cb0c05ddb392df1 (patch)
tree0fa1136bec5a33981afa5fc3f631e62cb13a1b6d /session.h
parent8f43a3573f3ea973ce06e838c4ace341d6c3cae7 (diff)
downloadopenssh-e4d01d49510c930b256b123b7cb0c05ddb392df1.tar.gz
- markus@cvs.openbsd.org 2002/03/19 10:35:39
[auth-options.c auth.h session.c session.h sshd.c] clean up prototypes
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/session.h b/session.h
index 81f024c9..fad3abe1 100644
--- a/session.h
+++ b/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 *);