summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2004-02-23 16:49:18 +0000
committerGeorg Richter <georg@php.net>2004-02-23 16:49:18 +0000
commitc65d7997c3df183f4043db41cb2bc833d37350b0 (patch)
tree5ac3188c7f30c81491e65e7955fa4f26d92477ef
parentb2bc5200670821e3a212abd7516a2ade06daeb02 (diff)
downloadphp-git-c65d7997c3df183f4043db41cb2bc833d37350b0.tar.gz
fixed prototypes for mysqli_connect_err* functions
(thx to Mehdi Achour)
-rw-r--r--ext/mysqli/mysqli_nonapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c
index 3d1e6769a1..cf97f65299 100644
--- a/ext/mysqli/mysqli_nonapi.c
+++ b/ext/mysqli/mysqli_nonapi.c
@@ -145,7 +145,7 @@ PHP_FUNCTION(mysqli_embedded_connect)
/* }}} */
#endif
-/* {{{ proto int mysqli_connect_errno()
+/* {{{ proto int mysqli_connect_errno(void)
Returns the numerical value of the error message from last connect command */
PHP_FUNCTION(mysqli_connect_errno)
{
@@ -153,7 +153,7 @@ PHP_FUNCTION(mysqli_connect_errno)
}
/* }}} */
-/* {{{ proto string mysqli_connect_error()
+/* {{{ proto string mysqli_connect_error(void)
Returns the text of the error message from previous MySQL operation */
PHP_FUNCTION(mysqli_connect_error)
{