diff options
Diffstat (limited to 'dispatch.h')
-rw-r--r-- | dispatch.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dispatch.h b/dispatch.h index 17a6f3db6..a22d7749f 100644 --- a/dispatch.h +++ b/dispatch.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dispatch.h,v 1.14 2017/05/31 07:00:13 markus Exp $ */ | 1 | /* $OpenBSD: dispatch.h,v 1.15 2019/01/19 21:45:31 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -46,11 +46,4 @@ void ssh_dispatch_range(struct ssh *, u_int, u_int, dispatch_fn *); | |||
46 | int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *); | 46 | int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *); |
47 | void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *); | 47 | void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *); |
48 | 48 | ||
49 | #define dispatch_init(dflt) \ | ||
50 | ssh_dispatch_init(active_state, (dflt)) | ||
51 | #define dispatch_range(from, to, fn) \ | ||
52 | ssh_dispatch_range(active_state, (from), (to), (fn)) | ||
53 | #define dispatch_set(type, fn) \ | ||
54 | ssh_dispatch_set(active_state, (type), (fn)) | ||
55 | |||
56 | #endif | 49 | #endif |