view stream/cache2.h @ 26369:ad825aff822b

Remove unused function demux_read_data_pack According to VCS history this function has never been used since it was added in 2001...
author uau
date Fri, 11 Apr 2008 23:06:33 +0000
parents 7ee4ae1648e6
children 77003eb2d9a8
line wrap: on
line source

#ifndef MPLAYER_CACHE2_H
#define MPLAYER_CACHE2_H

#include "stream.h"

extern void cache_uninit(stream_t *s);

#endif /* MPLAYER_CACHE2_H */