avf: move ff_http_match_no_proxy to network

It is only used by network protocols.
This commit is contained in:
Luca Barbato
2013-06-15 11:41:36 +02:00
parent afc8685395
commit ec7c51c786
5 changed files with 57 additions and 57 deletions

View File

@@ -244,4 +244,6 @@ int ff_listen_connect(int fd, const struct sockaddr *addr,
socklen_t addrlen, int timeout,
URLContext *h);
int ff_http_match_no_proxy(const char *no_proxy, const char *hostname);
#endif /* AVFORMAT_NETWORK_H */