summaryrefslogtreecommitdiff
path: root/ext/rpc/com/php_variant.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/com/php_variant.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/com/php_variant.h')
-rw-r--r--ext/rpc/com/php_variant.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/rpc/com/php_variant.h b/ext/rpc/com/php_variant.h
deleted file mode 100644
index 54347461c8..0000000000
--- a/ext/rpc/com/php_variant.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef PHP_TYPEDEF_VARIANT_H
-#define PHP_TYPEDEF_VARIANT_H
-
-#if PHP_WIN32
-
-BEGIN_EXTERN_C()
-
-#include "conversion.h"
-#include "variant.h"
-
-void php_VARIANT_init(int module_number TSRMLS_DC);
-
-PHPAPI int php_VARIANT_get_le_variant();
-
-END_EXTERN_C()
-
-#endif /* PHP_WIN32 */
-
-#endif /* PHP_TYPEDEF_VARIANT_H */