=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.h,v retrieving revision 1.17.2.2 retrieving revision 1.18 diff -u -r1.17.2.2 -r1.18 --- src/usr.bin/ssh/session.h 2002/10/11 14:51:52 1.17.2.2 +++ src/usr.bin/ssh/session.h 2002/06/23 21:06:41 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.17.2.2 2002/10/11 14:51:52 miod Exp $ */ +/* $OpenBSD: session.h,v 1.18 2002/06/23 21:06:41 deraadt Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -57,7 +57,7 @@ void do_authenticated(Authctxt *); -int session_open(Authctxt *, int); +int session_open(Authctxt*, int); int session_input_channel_req(Channel *, const char *); void session_close_by_pid(pid_t, int); void session_close_by_channel(int, void *);