]> andersk Git - openssh.git/blobdiff - dispatch.h
- (djm) OpenBSD CVS sync:
[openssh.git] / dispatch.h
index dc9d3dd4ecfd9338bfc201c614dd9cc99d5204f1..e60174c20da37e8d48084e8291cd5c8f1aabf764 100644 (file)
@@ -26,9 +26,9 @@ enum {
        DISPATCH_NONBLOCK
 };
 
-typedef void dispatch_fn(int type, int plen);
+typedef void dispatch_fn(int type, int plen, void *ctxt);
 
 void   dispatch_init(dispatch_fn *dflt);
 void   dispatch_set(int type, dispatch_fn *fn);
-void   dispatch_run(int mode, int *done);
-void   dispatch_protocol_error(int type, int plen);
+void   dispatch_run(int mode, int *done, void *ctxt);
+void   dispatch_protocol_error(int type, int plen, void *ctxt);
This page took 0.031182 seconds and 4 git commands to generate.