From 5cec8971056f92215d4199235907d944abdb5a81 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 4 Apr 2011 20:40:38 +0200 Subject: avio: move extern url_interrupt_cb declaration from avio.h to url.h --- libavformat/url.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/url.h') diff --git a/libavformat/url.h b/libavformat/url.h index 2e1a3f3a72..7482611e11 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -30,6 +30,8 @@ #if !FF_API_OLD_AVIO #define URL_PROTOCOL_FLAG_NESTED_SCHEME 1 /*< The protocol name can be the first part of a nested protocol scheme */ + +extern URLInterruptCB *url_interrupt_cb; #endif /** -- cgit v1.2.3