summaryrefslogtreecommitdiff
path: root/ext/interbase/php_interbase.h
diff options
context:
space:
mode:
authorJouni Ahto <jah@php.net>2000-04-18 02:52:45 +0000
committerJouni Ahto <jah@php.net>2000-04-18 02:52:45 +0000
commit1dc32c2d5223504e00c2e4951be7a844cb337c48 (patch)
treee7e7c344186aab736462bbb9d92a08fdaa610d6c /ext/interbase/php_interbase.h
parentae6b0ea03fe9f29a48d372ad683ce06997485612 (diff)
downloadphp-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.h2
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);