core-legacy/include/handlers.h

11 lines
204 B
C
Raw Normal View History

2020-05-05 09:42:02 +00:00
#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);
2020-05-05 09:42:02 +00:00
#endif /* CORE_HANDLERS_H */