mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 07:35:57 -05:00
2778088c52
Removes a lot of code duplication which hopefully will make it easier to add support for evhtp as http engine.
12 lines
212 B
C
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__ */
|