]> andersk Git - openssh.git/blobdiff - session.h
- (bal) Minor Makefile.in tweak. dirname may not exist on some
[openssh.git] / session.h
index 69d3b7dd473e7d1a8d366721f4b63bbb7957dec6..133e9233f2adca037a703e1f984a8ef9c7bebf09 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: session.h,v 1.5 2001/01/29 01:58:18 niklas Exp $      */
+
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
 void   do_authenticated(struct passwd * pw);
 
 /* SSH2 */
-void   do_authenticated2(void);
+void   do_authenticated2(Authctxt *ac);
 int    session_open(int id);
 void   session_input_channel_req(int id, void *arg);
 void   session_close_by_pid(pid_t pid, int status);
 void   session_close_by_channel(int id, void *arg);
-int    used_sessions(void);
 
 #endif
This page took 0.032957 seconds and 4 git commands to generate.