owntone-server/src/httpd_daap.h

12 lines
212 B
C
Raw Normal View History

#ifndef __HTTPD_DAAP_H__
#define __HTTPD_DAAP_H__
2017-10-26 17:01:07 -04:00
int
daap_session_is_valid(int id);
2014-08-19 18:21:48 -04:00
struct evbuffer *
daap_reply_build(const char *uri, const char *user_agent, int is_remote);
2014-08-19 18:21:48 -04:00
#endif /* !__HTTPD_DAAP_H__ */