summaryrefslogtreecommitdiff
path: root/ext/sybase/php_sybase.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-18 03:20:53 +0000
committerZeev Suraski <zeev@php.net>1999-12-18 03:20:53 +0000
commit8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (patch)
treeb200bbd8353d472462fbcb9660adf2a0d961b0a7 /ext/sybase/php_sybase.h
parentcce755591b2091f0d92422b5031ca40d27a6e55a (diff)
downloadphp-git-8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2.tar.gz
More php3_ annihilation
Diffstat (limited to 'ext/sybase/php_sybase.h')
-rw-r--r--ext/sybase/php_sybase.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/sybase/php_sybase.h b/ext/sybase/php_sybase.h
index 215d87e8ed..3ebb10bdc8 100644
--- a/ext/sybase/php_sybase.h
+++ b/ext/sybase/php_sybase.h
@@ -43,11 +43,11 @@
extern zend_module_entry sybase_module_entry;
#define sybase_module_ptr &sybase_module_entry
-extern int php3_minit_sybase(INIT_FUNC_ARGS);
-extern int php3_rinit_sybase(INIT_FUNC_ARGS);
-extern int php3_mshutdown_sybase(SHUTDOWN_FUNC_ARGS);
-extern int php3_rshutdown_sybase(SHUTDOWN_FUNC_ARGS);
-void php3_info_sybase(ZEND_MODULE_INFO_FUNC_ARGS);
+PHP_MINIT_FUNCTION(sybase);
+PHP_RINIT_FUNCTION(sybase);
+PHP_MSHUTDOWN_FUNCTION(sybase);
+PHP_RSHUTDOWN_FUNCTION(sybase);
+PHP_MINFO_FUNCTION(sybase);
PHP_FUNCTION(sybase_connect);
PHP_FUNCTION(sybase_pconnect);
PHP_FUNCTION(sybase_close);
@@ -130,7 +130,7 @@ typedef struct {
} sybase_result;
-extern sybase_module php3_sybase_module;
+extern sybase_module php_sybase_module;
#else