Adding debian version 3.35-1.
[syslinux-debian/hramrach.git] / menu / libmenu / des.h
blob67fc6b70072d939481d27b011867d006d3772dbd
2 #ifndef _DES_H_
3 #define _DES_H_
5 // des crypt
6 extern char *crypt (const char *key, const char *salt);
8 #endif