Add memtest support.
[syslinux-debian/hramrach.git] / com32 / cmenu / libmenu / des.h
blobd820d423b697c44f4e3c076d058974b76d7106c4
2 #ifndef _DES_H_
3 #define _DES_H_
5 // des crypt
6 extern char *crypt(const char *key, const char *salt);
8 #endif