home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / DCLIB1.ZIP / DCL_386.H next >
Text File  |  1995-05-21  |  546b  |  16 lines

  1. /////////////////////////////////////////////////////////////
  2. //////// Header File For Data Compression Library ///////////
  3. //////// COPYRIGHT Dani Arrusi 1995                  ///////////
  4. /////////////////////////////////////////////////////////////
  5.  
  6. // SEE 'README.TXT' FOR INSTRUCTIONS ON USE
  7.  
  8. int DCL_init_compress(unsigned int un_comp_buf,unsigned int comp_buf);
  9. void DCL_close_compress(void);
  10.  
  11. unsigned char *DCL_shrink(unsigned char *input,unsigned int *dlen);
  12. unsigned char *DCL_expand(unsigned char *source,unsigned int *flength);
  13.  
  14.  
  15.  
  16.