Mercurial > libavformat.hg
diff gopher.c @ 5775:7a123cc24a81 libavformat
Rename url_split to ff_url_split
Since this function isn't in the public API, it should have an ff_ prefix.
| author | mstorsjo |
|---|---|
| date | Mon, 08 Mar 2010 09:03:25 +0000 |
| parents | 7c7fe75728dd |
| children | d34f985d6e8f |
line wrap: on
line diff
--- a/gopher.c Mon Mar 08 03:46:37 2010 +0000 +++ b/gopher.c Mon Mar 08 09:03:25 2010 +0000 @@ -89,7 +89,7 @@ h->priv_data = s; /* needed in any case to build the host string */ - url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port, + ff_url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port, path, sizeof(path), uri); if (port < 0)
