ympd/src/http_server.h

12 lines
305 B
C

#include <libwebsockets.h>
struct per_session_data__http {
int fd;
};
int callback_http(struct libwebsocket_context *context,
struct libwebsocket *wsi,
enum libwebsocket_callback_reasons reason, void *user,
void *in, size_t len);
#define LOCAL_RESOURCE_PATH DATADIR"/htdocs"