summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2001-05-29 16:01:54 +0000
committerFrank M. Kromann <fmk@php.net>2001-05-29 16:01:54 +0000
commit50bc884f785f45c22caa056dff6bfa1e4c3afb85 (patch)
tree2f69a6b1f1931a3b66b28073cb0b7c37967e30b8 /ext/fbsql/php_fbsql.h
parent8f27945621526eb056e2913f0c72935b83a9266c (diff)
downloadphp-git-50bc884f785f45c22caa056dff6bfa1e4c3afb85.tar.gz
Adding fbsql_status_db(). New function to get the status of a given database.
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r--ext/fbsql/php_fbsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h
index 23fb054e41..5c2372927b 100644
--- a/ext/fbsql/php_fbsql.h
+++ b/ext/fbsql/php_fbsql.h
@@ -48,6 +48,7 @@ PHP_FUNCTION(fbsql_create_db);
PHP_FUNCTION(fbsql_drop_db);
PHP_FUNCTION(fbsql_start_db);
PHP_FUNCTION(fbsql_stop_db);
+PHP_FUNCTION(fbsql_db_status);
PHP_FUNCTION(fbsql_query);
PHP_FUNCTION(fbsql_db_query);
PHP_FUNCTION(fbsql_list_dbs);