summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/cmenu/libmenu/des.h
blob: d820d423b697c44f4e3c076d058974b76d7106c4 (plain) (blame)
1
2
3
4
5
6
7
8

#ifndef _DES_H_
#define _DES_H_

// des crypt
extern char *crypt(const char *key, const char *salt);

#endif