blob: d820d423b697c44f4e3c076d058974b76d7106c4 [file] [log] [blame]
#ifndef _DES_H_
#define _DES_H_
// des crypt
extern char *crypt(const char *key, const char *salt);
#endif