]> andersk Git - openssh.git/blobdiff - session.h
- (bal) Minor Makefile.in tweak. dirname may not exist on some
[openssh.git] / session.h
index bce99f77cb49d843c82860803a7664fa84b7440d..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.
  *
@@ -28,7 +30,7 @@
 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);
This page took 0.246145 seconds and 4 git commands to generate.