diff options
Diffstat (limited to 'dispatch.h')
-rw-r--r-- | dispatch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dispatch.h b/dispatch.h index 127ec1067..78786b3ff 100644 --- a/dispatch.h +++ b/dispatch.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dispatch.h,v 1.7 2001/12/20 22:50:24 djm Exp $ */ | 1 | /* $OpenBSD: dispatch.h,v 1.8 2001/12/28 15:06:00 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -28,9 +28,9 @@ enum { | |||
28 | DISPATCH_NONBLOCK | 28 | DISPATCH_NONBLOCK |
29 | }; | 29 | }; |
30 | 30 | ||
31 | typedef void dispatch_fn(int, int, u_int32_t, void *); | 31 | typedef void dispatch_fn(int, u_int32_t, void *); |
32 | 32 | ||
33 | void dispatch_init(dispatch_fn *); | 33 | void dispatch_init(dispatch_fn *); |
34 | void dispatch_set(int, dispatch_fn *); | 34 | void dispatch_set(int, dispatch_fn *); |
35 | void dispatch_run(int, int *, void *); | 35 | void dispatch_run(int, int *, void *); |
36 | void dispatch_protocol_error(int, int, u_int32_t, void *); | 36 | void dispatch_protocol_error(int, u_int32_t, void *); |