13 lines
289 B
C
13 lines
289 B
C
/*
|
|
* au_h_0015.h - 승인한도 내부 헬퍼 선언
|
|
*/
|
|
#ifndef AU_H_0015_H
|
|
#define AU_H_0015_H
|
|
|
|
#include "txcore.h"
|
|
|
|
int au_h_0015_check(const char *key, long amount);
|
|
int au_h_0015_apply(TXBUF *in, TXBUF *out);
|
|
long au_h_0015_eval(long amount, int factor);
|
|
|
|
#endif /* AU_H_0015_H */
|