From ec7c51c7868d3ccc66b5cc38bf126258b94f086c Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 15 Jun 2013 11:41:36 +0200 Subject: avf: move ff_http_match_no_proxy to network It is only used by network protocols. --- libavformat/network.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/network.h') diff --git a/libavformat/network.h b/libavformat/network.h index 673427ab66..fe136c4e47 100644 --- a/libavformat/network.h +++ b/libavformat/network.h @@ -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 */ -- cgit v1.2.3