=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/session.h 2001/06/26 17:27:24 1.9 +++ src/usr.bin/ssh/session.h 2001/06/27 02:12:54 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.9 2001/06/26 17:27:24 markus Exp $ */ +/* $OpenBSD: session.h,v 1.10 2001/06/27 02:12:54 markus Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -28,7 +28,7 @@ void do_authenticated(Authctxt *); -int session_open(int); +int session_open(Authctxt*, int); void session_input_channel_req(int, void *); void session_close_by_pid(pid_t, int); void session_close_by_channel(int, void *);