mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01:00
Remove declarations of functions now already declared in stream.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30733 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5a2289137f
commit
bdf546c7c6
@ -58,9 +58,6 @@ static void *ThreadProc(void *s);
|
||||
#include "cache2.h"
|
||||
extern int use_gui;
|
||||
|
||||
int stream_fill_buffer(stream_t *s);
|
||||
int stream_seek_long(stream_t *s,off_t pos);
|
||||
|
||||
typedef struct {
|
||||
// constats:
|
||||
unsigned char *buffer; // base pointer of the alllocated buffer memory
|
||||
|
Loading…
Reference in New Issue
Block a user