summaryrefslogtreecommitdiff
path: root/ext/rpc/layer.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-03-15 00:00:34 +0000
committerHarald Radi <phanto@php.net>2002-03-15 00:00:34 +0000
commitff62e746d2883eae4a41b17ca58c12609ef94e60 (patch)
treee298b30c06ed354fda889a9fbdc03594fbf608ad /ext/rpc/layer.h
parent7935e737499718eeaa7e1e6b6114e9fc15c45c61 (diff)
downloadphp-git-ff62e746d2883eae4a41b17ca58c12609ef94e60.tar.gz
rpc apstraction module
does only work with ZendEngine2
Diffstat (limited to 'ext/rpc/layer.h')
-rw-r--r--ext/rpc/layer.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/rpc/layer.h b/ext/rpc/layer.h
new file mode 100644
index 0000000000..0d77ae28a3
--- /dev/null
+++ b/ext/rpc/layer.h
@@ -0,0 +1,12 @@
+#ifndef LAYER_H
+#define LAYER_H
+
+#include "handler.h"
+
+RPC_DECLARE_HANDLER(com);
+
+rpc_handler_entry handler_entries[] = {
+ RPC_HANDLER(com)
+};
+
+#endif /* LAYER_H */ \ No newline at end of file