0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-09 05:19:49 +00:00
Files
termux-packages/packages/libcrypt/crypt.h
2016-04-13 06:48:47 -04:00

13 lines
159 B
C

#ifndef CRYPT_H_INCLUDED
#define CRYPT_H_INCLUDED
#include <sys/cdefs.h>
__BEGIN_DECLS
char* crypt(const char* key, const char* salt);
__END_DECLS
#endif