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/cl_io_0022.h

14 lines
385 B
C

/*
* cl_io_0022.h - 마감 보조 DBIO 선언 (cl_io_0022.pgc 구현)
*/
#ifndef CL_IO_0022_H
#define CL_IO_0022_H
#include "txcore.h"
/* cl_io_0022 전용 조회/갱신 (테이블 cl_io_0022_t) */
int cl_io_0022_fetch(const char *key, long *out_amount);
int cl_io_0022_touch(const char *key, long amount);
long cl_io_0022_total(const char *biz_date);
#endif /* CL_IO_0022_H */