]> andersk Git - openssh.git/blobdiff - session.h
- (stevesk) logintest.c: fix for systems without __progname
[openssh.git] / session.h
index ee2e244c19becf74ba5591a4985ce26a58b7acca..842e9412a0d2d420f3d89535dba02a6f301600f6 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: session.h,v 1.6 2001/03/21 11:43:45 markus Exp $      */
+
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
 #ifndef SESSION_H
 #define SESSION_H
 
-/* SSH1 */
-void   do_authenticated(struct passwd * pw);
+void   do_authenticated(Authctxt *ac);
 
-/* SSH2 */
-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);
This page took 0.035551 seconds and 4 git commands to generate.