]> andersk Git - openssh.git/blobdiff - session.h
- markus@cvs.openbsd.org 2001/10/09 21:59:41
[openssh.git] / session.h
index a04fa6f2bcc95589f32e32f8532c0375e9502b59..d2b0d9364096094667fcca4e7d48b8772d8771ae 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.11 2001/07/02 13:59:15 markus Exp $     */
+/*     $OpenBSD: session.h,v 1.12 2001/10/09 21:59:41 markus Exp $     */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -32,6 +32,6 @@ int    session_open(Authctxt*, int);
 void    session_input_channel_req(int, void *);
 void    session_close_by_pid(pid_t, int);
 void    session_close_by_channel(int, void *);
-int     session_have_children(void);
+void    session_close_all(void);
 
 #endif
This page took 0.033309 seconds and 4 git commands to generate.