Free primes

This commit is contained in:
James Booth
2015-05-18 00:33:24 +01:00
parent da6bf143c7
commit c6fb212a74
3 changed files with 11 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#define __H_PRIME
void prime_init(void);
void prime_free_all(void);
void prime_required_passwd(char *password);
char* prime_get_passwd(void);