math/include/kqm/types.h

12 lines
259 B
C

#ifndef KQM_TYPES_H
#define KQM_TYPES_H
#include <civetweb.h>
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