13 lines
286 B
C
13 lines
286 B
C
/*
|
|
* mm_h_0002.h - 마스터 내부 헬퍼 선언
|
|
*/
|
|
#ifndef MM_H_0002_H
|
|
#define MM_H_0002_H
|
|
|
|
#include "txcore.h"
|
|
|
|
int mm_h_0002_check(const char *key, long amount);
|
|
int mm_h_0002_apply(TXBUF *in, TXBUF *out);
|
|
long mm_h_0002_eval(long amount, int factor);
|
|
|
|
#endif /* MM_H_0002_H */
|