diff options
author | Jouni Ahto <jah@php.net> | 2000-04-18 02:52:45 +0000 |
---|---|---|
committer | Jouni Ahto <jah@php.net> | 2000-04-18 02:52:45 +0000 |
commit | 1dc32c2d5223504e00c2e4951be7a844cb337c48 (patch) | |
tree | e7e7c344186aab736462bbb9d92a08fdaa610d6c /ext/interbase/php_interbase.h | |
parent | ae6b0ea03fe9f29a48d372ad683ce06997485612 (diff) | |
download | php-git-1dc32c2d5223504e00c2e4951be7a844cb337c48.tar.gz |
# Reaching alpha status with this module...
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index 812419feb8..67753a6de7 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -42,7 +42,7 @@ extern zend_module_entry ibase_module_entry; extern PHP_MINIT_FUNCTION(ibase); extern PHP_RINIT_FUNCTION(ibase); extern PHP_MSHUTDOWN_FUNCTION(ibase); -extern PHP_MSHUTDOWN_FUNCTION(ibase); +extern PHP_RSHUTDOWN_FUNCTION(ibase); PHP_MINFO_FUNCTION(ibase); PHP_FUNCTION(ibase_connect); |