Commit 5ce6b6a8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

stream: remove stream_t.pf_peek

parent dc759af0
...@@ -60,7 +60,6 @@ struct stream_t ...@@ -60,7 +60,6 @@ struct stream_t
/* */ /* */
int (*pf_read) ( stream_t *, void *p_read, unsigned int i_read ); int (*pf_read) ( stream_t *, void *p_read, unsigned int i_read );
int (*pf_peek) ( stream_t *, const uint8_t **pp_peek, unsigned int i_peek );
input_item_t *(*pf_readdir)( stream_t * ); input_item_t *(*pf_readdir)( stream_t * );
int (*pf_control)( stream_t *, int i_query, va_list ); int (*pf_control)( stream_t *, int i_query, va_list );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment