From 5d3573ef7a109ee70416fe94db098fe6a769a798 Mon Sep 17 00:00:00 2001 From: SkyperTHC Date: Tue, 3 Mar 2026 06:28:55 +0000 Subject: packetstorm sync --- other/openssh-reverse/dispatch.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 other/openssh-reverse/dispatch.h (limited to 'other/openssh-reverse/dispatch.h') diff --git a/other/openssh-reverse/dispatch.h b/other/openssh-reverse/dispatch.h new file mode 100644 index 0000000..12084aa --- /dev/null +++ b/other/openssh-reverse/dispatch.h @@ -0,0 +1,11 @@ +enum { + DISPATCH_BLOCK, + DISPATCH_NONBLOCK +}; + +typedef void dispatch_fn(int type, int plen); + +void dispatch_init(dispatch_fn *dflt); +void dispatch_set(int type, dispatch_fn *fn); +void dispatch_run(int mode, int *done); +void dispatch_protocol_error(int type, int plen); -- cgit v1.3