This is cryptsum.h in view mode; [Download] [Up]
/* cryptsum.h -- copyright 1992 by C.D.Lane */ #define CS_SEGMENT "__CRYPTSUM" #define CS_SECTION "__table" typedef enum {CS_SUCCESS = 0, CS_NOMATCH, CS_NOSECTION, CS_NOCHECKSUM, CS_NOENTRY} CS_STATUS; extern char *cs_cryptkey(const char *key, unsigned short checksum); extern unsigned short cs_checksum(unsigned short checksum, unsigned char byte); extern int cs_checkkey(const char *segment, const char *section, const char *key);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.