/* * mg_h_0006.h - 전문게이트웨이 내부 헬퍼 선언 */ #ifndef MG_H_0006_H #define MG_H_0006_H #include "txcore.h" int mg_h_0006_check(const char *key, long amount); int mg_h_0006_apply(TXBUF *in, TXBUF *out); long mg_h_0006_eval(long amount, int factor); #endif /* MG_H_0006_H */