Deleted Added
full compact
25c25
< RCSID("$OpenBSD: dispatch.c,v 1.4 2000/09/07 20:27:51 deraadt Exp $");
---
> RCSID("$OpenBSD: dispatch.c,v 1.5 2000/09/21 11:25:34 markus Exp $");
36c36
< dispatch_protocol_error(int type, int plen)
---
> dispatch_protocol_error(int type, int plen, void *ctxt)
53c53
< dispatch_run(int mode, int *done)
---
> dispatch_run(int mode, int *done, void *ctxt)
67c67
< (*dispatch[type])(type, plen);
---
> (*dispatch[type])(type, plen, ctxt);