=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/dispatch.h,v retrieving revision 1.1.2.3 retrieving revision 1.2 diff -u -r1.1.2.3 -r1.2 --- src/usr.bin/ssh/dispatch.h 2001/03/21 18:52:45 1.1.2.3 +++ src/usr.bin/ssh/dispatch.h 2000/09/07 20:27:51 1.2 @@ -1,5 +1,3 @@ -/* $OpenBSD: dispatch.h,v 1.1.2.3 2001/03/21 18:52:45 jason Exp $ */ - /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -28,9 +26,9 @@ DISPATCH_NONBLOCK }; -typedef void dispatch_fn(int type, int plen, void *ctxt); +typedef void dispatch_fn(int type, int plen); void dispatch_init(dispatch_fn *dflt); void dispatch_set(int type, dispatch_fn *fn); -void dispatch_run(int mode, int *done, void *ctxt); -void dispatch_protocol_error(int type, int plen, void *ctxt); +void dispatch_run(int mode, int *done); +void dispatch_protocol_error(int type, int plen);