]>
Commit | Line | Data |
---|---|---|
f6bcfd97 BP |
1 | #ifndef __uac_dcpr_h |
2 | #define __uac_dcpr_h | |
3 | ||
4 | #include "declare.h" | |
5 | ||
6 | INT calc_dectabs(void); | |
7 | void dcpr_comm(INT comm_size); | |
8 | INT read_wd(UINT maxwd, USHORT * code, UCHAR * wd, INT max_el); | |
9 | void dcpr_init(void); | |
10 | INT dcpr_adds_blk(CHAR * buf, UINT len); | |
11 | void dcpr_init_file(void); | |
12 | ||
13 | #endif /* __uac_dcpr_h */ | |
14 |