home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / GameSmith1-Hisoft-System.DMS / in.adf / GDS_System.lha / cydec_proto.h < prev    next >
Encoding:
Text File  |  1994-03-16  |  313 b   |  8 lines

  1. /* cypher/decypher module function prototypes */
  2. /* sizeof(int) must be 32 bits.               */
  3.  
  4. __stdargs int gs_identify_cypher(int,unsigned char *);
  5. __stdargs unsigned char *gs_cypher_block(int *,int);
  6. __stdargs void gs_encrypt_data(int,unsigned char *);
  7. __stdargs void gs_decrypt_data(int,unsigned char *);
  8.