home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / develop / lib / addzip / ADDZIP.ZIP / C / AIM.H < prev   
Encoding:
C/C++ Source or Header  |  1997-08-15  |  446 b   |  16 lines

  1. // aim.h
  2. //
  3. // C/C++ header file for addZIP In-Memory (AIM) compression library
  4. //
  5. // Copyright ⌐ 1995,1996 Stephen Darlington. All rights reserved.
  6.  
  7. #ifdef __cplusplus
  8. extern "C"
  9. {
  10. #endif
  11. long WINAPI _export addZIP_InMemory(LPCSTR lpszOriginal, DWORD dwOriginal, LPSTR lpszComp, DWORD dwComp);
  12. long WINAPI _export addUNZIP_InMemory(LPSTR lpszOriginal, DWORD dwOriginal, LPCSTR lpszComp, DWORD dwComp);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.