mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-27 12:53:49 -05:00
Introduce new evhttp-based HTTP server
This commit is contained in:
11
src/httpd.h
Normal file
11
src/httpd.h
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#ifndef __HTTPD_H__
|
||||
#define __HTTPD_H__
|
||||
|
||||
int
|
||||
httpd_init(void);
|
||||
|
||||
void
|
||||
httpd_deinit(void);
|
||||
|
||||
#endif /* !__HTTPD_H__ */
|
||||
Reference in New Issue
Block a user