From 0935217091cc4df7eaa3cc976e22232f2380a156 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Tue, 4 Sep 2001 06:21:48 +0000 Subject: fix proto --- ext/standard/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/url.c b/ext/standard/url.c index 3f1856792e..70c1cfdf80 100644 --- a/ext/standard/url.c +++ b/ext/standard/url.c @@ -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) { -- cgit v1.2.1