comparison avio.c @ 229:b0771ae979e3 libavformat

removed ctype.h header
author bellard
date Mon, 08 Sep 2003 20:04:44 +0000
parents 16c4e43f34e5
children a313e1080322
comparison
equal deleted inserted replaced
228:542e6d639bb9 229:b0771ae979e3
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include "avformat.h" 19 #include "avformat.h"
20 #include <ctype.h>
21 20
22 static int default_interrupt_cb(void); 21 static int default_interrupt_cb(void);
23 22
24 URLProtocol *first_protocol = NULL; 23 URLProtocol *first_protocol = NULL;
25 URLInterruptCB *url_interrupt_cb = default_interrupt_cb; 24 URLInterruptCB *url_interrupt_cb = default_interrupt_cb;