#ifndef MODGMT_H
#define MODGMT_H
#include "common.h"
extern "C" {
EXPORT int gmt_module_init(void* p);
}
#endif