syslinux-3.08-2 sources from FC4
[bootcd.git] / syslinux / menu / libmenu / des.h
1
2 #ifndef _DES_H_
3 #define _DES_H_
4
5 // des crypt
6 extern char *crypt (const char *key, const char *salt);
7
8 #endif
9