#ifndef KQM_TYPES_H #define KQM_TYPES_H #include typedef struct mg_callbacks mg_callbacks; typedef struct mg_context mg_context; typedef struct mg_connection mg_connection; typedef struct mg_request_info mg_request_info; #endif // KQM_TYPES_H