summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.c
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2001-05-10 16:35:05 +0000
committerFrank M. Kromann <fmk@php.net>2001-05-10 16:35:05 +0000
commitc1b7b83d45a85ff22c617bdc2e08752acabe66dc (patch)
treeb1a8c932ebc6552dc155dd062aeac1a8a1ac371e /ext/fbsql/php_fbsql.c
parentf071e8c566b9384189cd818a97eb64ddebd66360 (diff)
downloadphp-git-c1b7b83d45a85ff22c617bdc2e08752acabe66dc.tar.gz
Fixing some proto types
Diffstat (limited to 'ext/fbsql/php_fbsql.c')
-rw-r--r--ext/fbsql/php_fbsql.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c
index 520fb753ba..8841f544ea 100644
--- a/ext/fbsql/php_fbsql.c
+++ b/ext/fbsql/php_fbsql.c
@@ -1211,7 +1211,7 @@ PHP_FUNCTION(fbsql_change_user)
/* }}} */
-/* {{{ proto int fbsql_create_db(string database_name [, int link_identifier])
+/* {{{ proto bool fbsql_create_db(string database_name [, int link_identifier])
*/
PHP_FUNCTION(fbsql_create_db)
{
@@ -2827,7 +2827,7 @@ PHP_FUNCTION(fbsql_fetch_field)
/* }}} */
-/* {{{ proto int fbsql_field_seek(int result, int field_offset)
+/* {{{ proto bool fbsql_field_seek(int result, int field_offset)
*/
PHP_FUNCTION(fbsql_field_seek)
{
@@ -3178,7 +3178,7 @@ PHP_FUNCTION(fbsql_field_flags)
/* }}} */
-/* {{{ proto int fbsql_free_result(int result)
+/* {{{ proto bool fbsql_free_result(int result)
*/
PHP_FUNCTION(fbsql_free_result)
{