chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages]
/
packages
/
libcrypt
/
crypt.h
1
#ifndef CRYPT_H_INCLUDED
2
#define CRYPT_H_INCLUDED
3
4
#include <sys/cdefs.h>
5
6
__BEGIN_DECLS
7
8
char* crypt(const char* key, const char* salt);
9
10
__END_DECLS
11
12
#endif