fix header again

This commit is contained in:
Liam Waldron 2023-05-30 13:47:20 -04:00
parent a61e5e3bef
commit b2e8d891be

View File

@ -1,9 +1,6 @@
#ifndef LIBECRYPT_H_ #ifndef LIBECRYPT_H_
#define LIBECRYPT_H_ #define LIBECRYPT_H_
/* Global variables */
int key_status;
/* Functions */ /* Functions */
int ecrypt_gen(int N); int ecrypt_gen(int N);
int ecrypt_check(char *firstkey, char *secondkey); int ecrypt_check(char *firstkey, char *secondkey);