chiark / gitweb /
ndk-sysroot: Bump revision after libintl.h update
[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