summaryrefslogtreecommitdiffstats
path: root/stream/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/network.h')
-rw-r--r--stream/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/network.h b/stream/network.h
index 897f697304..1c395acc49 100644
--- a/stream/network.h
+++ b/stream/network.h
@@ -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);