13 lines
292 B
C
13 lines
292 B
C
/*
|
|
* st_h_0007.h - 정산수수료 내부 헬퍼 선언
|
|
*/
|
|
#ifndef ST_H_0007_H
|
|
#define ST_H_0007_H
|
|
|
|
#include "txcore.h"
|
|
|
|
int st_h_0007_check(const char *key, long amount);
|
|
int st_h_0007_apply(TXBUF *in, TXBUF *out);
|
|
long st_h_0007_eval(long amount, int factor);
|
|
|
|
#endif /* ST_H_0007_H */
|