]> andersk Git - openssh.git/blobdiff - dispatch.h
- djm@cvs.openbsd.org 2001/12/20 22:50:24
[openssh.git] / dispatch.h
index dc9d3dd4ecfd9338bfc201c614dd9cc99d5204f1..127ec10671199c5353fc3c7a2383e72b155ff765 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: dispatch.h,v 1.7 2001/12/20 22:50:24 djm Exp $        */
+
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -26,9 +28,9 @@ enum {
        DISPATCH_NONBLOCK
 };
 
-typedef void dispatch_fn(int type, int plen);
+typedef void dispatch_fn(int, int, u_int32_t, void *);
 
-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_init(dispatch_fn *);
+void    dispatch_set(int, dispatch_fn *);
+void    dispatch_run(int, int *, void *);
+void    dispatch_protocol_error(int, int, u_int32_t, void *);
This page took 0.045591 seconds and 4 git commands to generate.