repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add memtest support.
[syslinux-debian/hramrach.git]
/
com32
/
cmenu
/
libmenu
/
des.h
blob
d820d423b697c44f4e3c076d058974b76d7106c4
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