X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/e9a17296ccbb7bb4f9a0affffe58d2240768a7d4..22ce3a3becb01f9487f7fa12b859100c162e231c:/openssh/dispatch.h diff --git a/openssh/dispatch.h b/openssh/dispatch.h index a82e216..7b94032 100644 --- a/openssh/dispatch.h +++ b/openssh/dispatch.h @@ -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 *);