mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-21 21:14:16 -04:00
12 lines
194 B
C
12 lines
194 B
C
|
|
#ifndef __AVIO_EVBUFFER_H__
|
|
#define __AVIO_EVBUFFER_H__
|
|
|
|
AVIOContext *
|
|
avio_evbuffer_open(struct evbuffer *evbuf);
|
|
|
|
void
|
|
avio_evbuffer_close(AVIOContext *s);
|
|
|
|
#endif /* !__AVIO_EVBUFFER_H__ */
|