]> andersk Git - openssh.git/blobdiff - dispatch.h
- (djm) Redhat initscript config sanity checking from Pekka Savola
[openssh.git] / dispatch.h
index e60174c20da37e8d48084e8291cd5c8f1aabf764..7b94032afab083506d36b8118b283dab8161c542 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: dispatch.h,v 1.6 2001/06/26 17:27:23 markus Exp $     */
+
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -26,9 +28,9 @@ enum {
        DISPATCH_NONBLOCK
 };
 
-typedef void dispatch_fn(int type, int plen, void *ctxt);
+typedef void dispatch_fn(int, int, void *);
 
-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_init(dispatch_fn *);
+void    dispatch_set(int, dispatch_fn *);
+void    dispatch_run(int, int *, void *);
+void    dispatch_protocol_error(int, int, void *);
This page took 0.030864 seconds and 4 git commands to generate.