diff options
author | Sterling Hughes <sterling@php.net> | 2001-09-04 06:21:48 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-09-04 06:21:48 +0000 |
commit | 0935217091cc4df7eaa3cc976e22232f2380a156 (patch) | |
tree | 7bd9d7d02d40f891cf5787ae113da092ecae117b | |
parent | e55315a3752ca70c1685b09cda37d5c509e7e7cf (diff) | |
download | php-git-0935217091cc4df7eaa3cc976e22232f2380a156.tar.gz |
fix proto
-rw-r--r-- | ext/standard/url.c | 2 |
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) { |