From: Egon Schmid Date: Thu, 13 Jul 2000 18:44:57 +0000 (+0000) Subject: Fixed protos. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28f38ea4fe881549a09f4d5f0dc534117e814245;p=php Fixed protos. --- diff --git a/ext/dba/dba.c b/ext/dba/dba.c index 63f053382f..ac552802d6 100644 --- a/ext/dba/dba.c +++ b/ext/dba/dba.c @@ -338,7 +338,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) /* }}} */ /* }}} */ -/* {{{ proto int dba_popen(string path, string mode, string handlername [, ...]) +/* {{{ proto int dba_popen(string path, string mode, string handlername [, string ...]) Opens path using the specified handler in mode persistently */ PHP_FUNCTION(dba_popen) { @@ -346,7 +346,7 @@ PHP_FUNCTION(dba_popen) } /* }}} */ -/* {{{ proto int dba_open(string path, string mode, string handlername [, ...]) +/* {{{ proto int dba_open(string path, string mode, string handlername [, string ...]) Opens path using the specified handler in mode*/ PHP_FUNCTION(dba_open) {