summaryrefslogtreecommitdiff
path: root/crypto/openssh/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/dispatch.h')
-rw-r--r--crypto/openssh/dispatch.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/openssh/dispatch.h b/crypto/openssh/dispatch.h
deleted file mode 100644
index 12084aafe07a8..0000000000000
--- a/crypto/openssh/dispatch.h
+++ /dev/null
@@ -1,11 +0,0 @@
-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);