source:
bootcd/isolinux/syslinux-6.03/com32/cmenu/libmenu/des.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 110 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 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 |
Note: See TracBrowser
for help on using the repository browser.