=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.h,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- src/usr.bin/ssh/session.h 2000/11/08 21:31:17 1.2.2.1 +++ src/usr.bin/ssh/session.h 2001/03/12 15:44:14 1.2.2.2 @@ -1,3 +1,5 @@ +/* $OpenBSD: session.h,v 1.2.2.2 2001/03/12 15:44:14 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);