This repository has been archived on 2026-07-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
acquire-core-full/app/include/mg_h_0006.h

13 lines
298 B
C

/*
* 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 */