=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.h,v retrieving revision 1.3 retrieving revision 1.3.2.2 diff -u -r1.3 -r1.3.2.2 --- src/usr.bin/ssh/session.h 2000/09/07 20:27:53 1.3 +++ src/usr.bin/ssh/session.h 2001/02/19 17:19:21 1.3.2.2 @@ -1,3 +1,5 @@ +/* $OpenBSD: session.h,v 1.3.2.2 2001/02/19 17:19:21 jason 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);