=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.h,v retrieving revision 1.2.2.3 retrieving revision 1.3 diff -u -r1.2.2.3 -r1.3 --- src/usr.bin/ssh/session.h 2001/03/21 18:53:04 1.2.2.3 +++ src/usr.bin/ssh/session.h 2000/09/07 20:27:53 1.3 @@ -1,5 +1,3 @@ -/* $OpenBSD: session.h,v 1.2.2.3 2001/03/21 18:53:04 jason Exp $ */ - /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -30,7 +28,7 @@ void do_authenticated(struct passwd * pw); /* SSH2 */ -void do_authenticated2(Authctxt *ac); +void do_authenticated2(void); int session_open(int id); void session_input_channel_req(int id, void *arg); void session_close_by_pid(pid_t pid, int status);