summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.h b/session.h
index 3bce97891..d3ddfab75 100644
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.h,v 1.18 2002/06/23 21:06:41 deraadt Exp $ */ 1/* $OpenBSD: session.h,v 1.19 2002/06/30 21:59:45 deraadt 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.
@@ -57,7 +57,7 @@ struct Session {
57 57
58void do_authenticated(Authctxt *); 58void do_authenticated(Authctxt *);
59 59
60int session_open(Authctxt*, int); 60int session_open(Authctxt *, int);
61int session_input_channel_req(Channel *, const char *); 61int session_input_channel_req(Channel *, const char *);
62void session_close_by_pid(pid_t, int); 62void session_close_by_pid(pid_t, int);
63void session_close_by_channel(int, void *); 63void session_close_by_channel(int, void *);