=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.h,v retrieving revision 1.3.2.3 retrieving revision 1.3.2.4 diff -u -r1.3.2.3 -r1.3.2.4 --- src/usr.bin/ssh/session.h 2001/03/21 19:46:28 1.3.2.3 +++ src/usr.bin/ssh/session.h 2001/05/07 21:09:34 1.3.2.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.3.2.3 2001/03/21 19:46:28 jason Exp $ */ +/* $OpenBSD: session.h,v 1.3.2.4 2001/05/07 21:09:34 jason Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -26,11 +26,8 @@ #ifndef SESSION_H #define SESSION_H -/* SSH1 */ -void do_authenticated(struct passwd * pw); +void do_authenticated(Authctxt *ac); -/* SSH2 */ -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);