summaryrefslogtreecommitdiff
path: root/ext/rpc/php_rpc.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-07-07 23:03:44 +0000
committerSVN Migration <svn@php.net>2002-07-07 23:03:44 +0000
commit6befc001c9c6fdd85d1b3717201d2ba457ca33e0 (patch)
tree31c32d6fb48a15932d3c279ae3c48c077c498764 /ext/rpc/php_rpc.h
parentf8875adaab9fe973ab798ead093e21972ed43a13 (diff)
downloadphp-git-INITIAL_IMPORT_SOURCEFORGE.tar.gz
This commit was manufactured by cvs2svn to create tagINITIAL_IMPORT_SOURCEFORGE
'INITIAL_IMPORT_SOURCEFORGE'.
Diffstat (limited to 'ext/rpc/php_rpc.h')
-rw-r--r--ext/rpc/php_rpc.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/ext/rpc/php_rpc.h b/ext/rpc/php_rpc.h
deleted file mode 100644
index 165f3e07ac..0000000000
--- a/ext/rpc/php_rpc.h
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef PHP_RPC_H
-#define PHP_RPC_H
-
-#include "zend.h"
-
-extern zend_module_entry rpc_module_entry;
-#define phpext_rpc_ptr &rpc_module_entry
-
-#ifdef PHP_WIN32
-#define PHP_RPC_API __declspec(dllexport)
-#else
-#define PHP_RPC_API
-#endif
-
-#ifdef ZTS
-#include "TSRM.h"
-#endif
-
-ZEND_MINIT_FUNCTION(rpc);
-ZEND_MSHUTDOWN_FUNCTION(rpc);
-ZEND_RINIT_FUNCTION(rpc);
-ZEND_RSHUTDOWN_FUNCTION(rpc);
-ZEND_MINFO_FUNCTION(rpc);
-
-ZEND_FUNCTION(rpc_load);
-ZEND_FUNCTION(rpc_call);
-ZEND_FUNCTION(rpc_set);
-ZEND_FUNCTION(rpc_get);
-ZEND_FUNCTION(rpc_singleton);
-ZEND_FUNCTION(rpc_poolable);
-
-#define phpext_rpc_ptr &rpc_module_entry
-
-#endif /* PHP_RPC_H */ \ No newline at end of file