add header file to avoid implicit declaration warning
This commit is contained in:
6
include/libecrypt.h
Normal file
6
include/libecrypt.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef LIBECRYPT_H_
|
||||
#define LIBECRYPT_H_
|
||||
|
||||
int ecrypt(PASSWD_LENGTH);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user