]> andersk Git - openssh.git/blobdiff - session.h
Please grep through the source and look for 'ISSUE' comments and verify
[openssh.git] / session.h
index bce99f77cb49d843c82860803a7664fa84b7440d..ee2e244c19becf74ba5591a4985ce26a58b7acca 100644 (file)
--- a/session.h
+++ b/session.h
@@ -28,7 +28,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.037217 seconds and 4 git commands to generate.