mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-02 10:33:23 -05:00
9 lines
160 B
C
9 lines
160 B
C
|
|
||
|
#ifndef __FFMPEG_URL_EVBUFFER_H__
|
||
|
#define __FFMPEG_URL_EVBUFFER_H__
|
||
|
|
||
|
int
|
||
|
register_ffmpeg_evbuffer_url_protocol(void);
|
||
|
|
||
|
#endif /* !__FFMPEG_URL_EVBUFFER_H__ */
|