/* * mg_h_0010.h - 전문게이트웨이 내부 헬퍼 선언 */ #ifndef MG_H_0010_H #define MG_H_0010_H #include "txcore.h" int mg_h_0010_check(const char *key, long amount); int mg_h_0010_apply(TXBUF *in, TXBUF *out); long mg_h_0010_eval(long amount, int factor); #endif /* MG_H_0010_H */