add header file to avoid implicit declaration warning

This commit is contained in:
2023-04-05 13:13:27 -04:00
parent dc9899ae55
commit f6a2387845
2 changed files with 10 additions and 10 deletions

6
include/libecrypt.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef LIBECRYPT_H_
#define LIBECRYPT_H_
int ecrypt(PASSWD_LENGTH);
#endif