summaryrefslogtreecommitdiff
path: root/libavformat/network.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-06-15 11:41:36 +0200
committerLuca Barbato <lu_zero@gentoo.org>2013-06-16 14:41:00 +0200
commitec7c51c7868d3ccc66b5cc38bf126258b94f086c (patch)
treeda205b45a3beb3803225c89fe8fa8e4805f3311c /libavformat/network.h
parentafc8685395e775fe0f2a1698b683aea4afd124af (diff)
avf: move ff_http_match_no_proxy to network
It is only used by network protocols.
Diffstat (limited to 'libavformat/network.h')
-rw-r--r--libavformat/network.h2
1 files changed, 2 insertions, 0 deletions
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 */