libecrypt/include/libecrypt.h

7 lines
78 B
C

#ifndef LIBECRYPT_H_
#define LIBECRYPT_H_
int ecrypt(PASSWD_LENGTH);
#endif