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