owntone-server/src/httpd_daap.h
ejurgensen 2778088c52 [httpd] Refactor to use modules for daap, dacp, json api etc.
Removes a lot of code duplication which hopefully will make it easier to add
support for evhtp as http engine.
2023-03-07 21:01:10 +01:00

12 lines
212 B
C

#ifndef __HTTPD_DAAP_H__
#define __HTTPD_DAAP_H__
int
daap_session_is_valid(int id);
struct evbuffer *
daap_reply_build(const char *uri, const char *user_agent, int is_remote);
#endif /* !__HTTPD_DAAP_H__ */