13 lines
298 B
C
13 lines
298 B
C
/*
|
|
* mg_h_0014.h - 전문게이트웨이 내부 헬퍼 선언
|
|
*/
|
|
#ifndef MG_H_0014_H
|
|
#define MG_H_0014_H
|
|
|
|
#include "txcore.h"
|
|
|
|
int mg_h_0014_check(const char *key, long amount);
|
|
int mg_h_0014_apply(TXBUF *in, TXBUF *out);
|
|
long mg_h_0014_eval(long amount, int factor);
|
|
|
|
#endif /* MG_H_0014_H */
|