summaryrefslogtreecommitdiff
path: root/menu/libmenu/des.h
blob: 67fc6b70072d939481d27b011867d006d3772dbd (plain)
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