#ifndef CORE_HANDLERS_H #define CORE_HANDLERS_H void handler_http(struct mg_connection *nc, int ev, void *p); void handler_mqtt(struct mg_connection *nc, int ev, void *p); #endif /* CORE_HANDLERS_H */