1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

fix proto

This commit is contained in:
Sterling Hughes
2001-09-04 06:21:48 +00:00
parent e55315a375
commit 0935217091

View File

@@ -58,7 +58,7 @@ PHPAPI void php_url_free(php_url *theurl)
}
/* }}} */
/* {{{ url_parse
/* {{{ php_url_parse
*/
PHPAPI php_url *php_url_parse(char *str)
{