fix header
This commit is contained in:
parent
fe3eb0c31d
commit
a61e5e3bef
@ -1,6 +1,10 @@
|
||||
#ifndef LIBECRYPT_H_
|
||||
#define LIBECRYPT_H_
|
||||
|
||||
/* Global variables */
|
||||
int key_status;
|
||||
|
||||
/* Functions */
|
||||
int ecrypt_gen(int N);
|
||||
int ecrypt_check(char *firstkey, char *secondkey);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user