#ifndef CORE_HANDLERS_H #define CORE_HANDLERS_H void handler_connection(struct mg_connection *c, int ev, void *p); #endif /* CORE_HANDLERS_H */