core-legacy/include/handlers.h
Tobias Reisinger 6c6e5023da add: status for mqtt
fix: refactor connection handlers
2020-06-26 01:01:46 +02:00

11 lines
204 B
C

#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 */