1
2#ifndef __FFMPEG_URL_EVBUFFER_H__
3#define __FFMPEG_URL_EVBUFFER_H__
4
5int
6register_ffmpeg_evbuffer_url_protocol(void);
7
8#endif /* !__FFMPEG_URL_EVBUFFER_H__ */
9