home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / crmv1.9t / developer / include / clib / crm_protos.h
C/C++ Source or Header  |  1980-01-10  |  733b  |  24 lines

  1. #ifndef CLIB_CRM_PROTOS_H
  2. #define CLIB_CRM_PROTOS_H
  3.  
  4. /*
  5. ** CrM_protos.h - (c) 1993 Thomas Schwarz
  6. */
  7.  
  8. #ifndef    LIBRARIES_CRM_H
  9. #include <libraries/crm.h>
  10. #endif
  11.  
  12. ULONG cmCheckCrunched(struct DataHeader *);
  13. ULONG cmCrunchData (struct cmCrunchStruct *);
  14. ULONG cmCryptData (struct DataHeader *, APTR, char *, ULONG);
  15. APTR cmDecrunch (APTR, APTR, struct DataHeder *);
  16. APTR cmProcessCrunchStructA (struct cmCrunchStruct *, ULONG, struct TagItem *);
  17. APTR __stdargs cmProcessCrunchStruct (struct cmCrunchStruct *, ULONG, unsigned long, ... );
  18. ULONG cmProcessPW (char *, ULONG);
  19. APTR cmAllocCrunchStructA (struct TagItem *);
  20. APTR __stdargs cmAllocCrunchStruct (unsigned long, ... );
  21. VOID cmFreeCrunchStruct (struct cmCrunchStruct *);
  22.  
  23. #endif
  24.