Moved thread creation

This commit is contained in:
James Booth
2015-05-17 15:24:03 +01:00
parent 1a28b331a5
commit 27f44c01ff
9 changed files with 109 additions and 64 deletions

View File

@@ -1,6 +1,8 @@
#ifndef __H_PRIME
#define __H_PRIME
void prime_init(void);
void prime_required_passwd(char *password);
char* prime_get_passwd(void);