summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-09-04 06:21:48 +0000
committerSterling Hughes <sterling@php.net>2001-09-04 06:21:48 +0000
commit0935217091cc4df7eaa3cc976e22232f2380a156 (patch)
tree7bd9d7d02d40f891cf5787ae113da092ecae117b
parente55315a3752ca70c1685b09cda37d5c509e7e7cf (diff)
downloadphp-git-0935217091cc4df7eaa3cc976e22232f2380a156.tar.gz
fix proto
-rw-r--r--ext/standard/url.c2
1 files changed, 1 insertions, 1 deletions
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)
{