]> andersk Git - gssapi-openssh.git/blobdiff - openssh/dispatch.h
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / dispatch.h
index a82e2165b3568844914cdf739a47fde96a408dbb..7b94032afab083506d36b8118b283dab8161c542 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dispatch.h,v 1.9 2002/01/11 13:39:36 markus Exp $     */
+/*     $OpenBSD: dispatch.h,v 1.6 2001/06/26 17:27:23 markus Exp $     */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -28,11 +28,9 @@ enum {
        DISPATCH_NONBLOCK
 };
 
-typedef void dispatch_fn(int, u_int32_t, void *);
+typedef void dispatch_fn(int, int, void *);
 
 void    dispatch_init(dispatch_fn *);
 void    dispatch_set(int, dispatch_fn *);
-void    dispatch_range(u_int, u_int, dispatch_fn *);
 void    dispatch_run(int, int *, void *);
-void    dispatch_protocol_error(int, u_int32_t, void *);
-void    dispatch_protocol_ignore(int, u_int32_t, void *);
+void    dispatch_protocol_error(int, int, void *);
This page took 0.491908 seconds and 4 git commands to generate.