math/include/kqm/types.h

12 lines
247 B
C

#ifndef TYPES_H
#define 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 // TYPES_H