stream/http.c: Move mime_type_table extern declaration to network.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32108 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-09-09 10:30:58 +00:00 committed by Uoti Urpala
parent 7a3fe6ccdb
commit 691aa62ed6
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,6 @@
#include "network.h"
extern const mime_struct_t mime_type_table[];
extern int stream_cache_size;
extern int network_bandwidth;

View File

@ -59,6 +59,8 @@ typedef struct {
int demuxer_type;
} mime_struct_t;
extern const mime_struct_t mime_type_table[];
streaming_ctrl_t *streaming_ctrl_new(void);
int streaming_bufferize( streaming_ctrl_t *streaming_ctrl, char *buffer, int size);