home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / slfinsta.zip / include / uac_dcpr.h < prev    next >
C/C++ Source or Header  |  2000-03-26  |  380b  |  17 lines

  1. /* $Id: uac_dcpr.h,v 1.1 2000/03/27 04:53:07 ktk Exp $ */
  2.  
  3. #ifndef __uac_dcpr_h
  4. #define __uac_dcpr_h
  5.  
  6. #include "declare.h"
  7.  
  8. INT  calc_dectabs(void);
  9. void dcpr_comm(INT comm_size);
  10. INT  read_wd(UINT maxwd, USHORT * code, UCHAR * wd, INT max_el);
  11. void dcpr_init(void);
  12. INT  dcpr_adds_blk(CHAR * buf, UINT len);
  13. void dcpr_init_file(void);
  14.  
  15. #endif /* __uac_dcpr_h */
  16.  
  17.