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
Adding debian version 3.35-1.
[syslinux-debian/hramrach.git]
/
menu
/
libmenu
/
des.h
blob
67fc6b70072d939481d27b011867d006d3772dbd
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