source: bootcd/isolinux/syslinux-6.03/com32/cmenu/libmenu/des.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 110 bytes
Line 
1
2#ifndef _DES_H_
3#define _DES_H_
4
5// des crypt
6extern char *crypt(const char *key, const char *salt);
7
8#endif
Note: See TracBrowser for help on using the repository browser.