=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/ssh/session.h 2001/10/10 22:18:47 1.13 +++ src/usr.bin/ssh/session.h 2002/02/03 17:53:25 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.13 2001/10/10 22:18:47 markus Exp $ */ +/* $OpenBSD: session.h,v 1.14 2002/02/03 17:53:25 markus Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -29,7 +29,7 @@ void do_authenticated(Authctxt *); int session_open(Authctxt*, int); -void session_input_channel_req(int, void *); +int session_input_channel_req(Channel *, const char *); void session_close_by_pid(pid_t, int); void session_close_by_channel(int, void *); void session_destroy_all(void);