]> andersk Git - openssh.git/blobdiff - dispatch.h
- Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
[openssh.git] / dispatch.h
diff --git a/dispatch.h b/dispatch.h
new file mode 100644 (file)
index 0000000..12084aa
--- /dev/null
@@ -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);
This page took 0.025912 seconds and 4 git commands to generate.