Added prime for id to http api

This commit is contained in:
James Booth
2015-06-01 19:50:50 +01:00
parent 46d82ef6f7
commit 32db648cfb
3 changed files with 21 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ void prime_free_all(void);
void prime_required_passwd(char *password);
char* prime_get_passwd(void);
int prime_for(char *id, char *stream);
int prime_for(const char *id, char *stream);
char* prime_get_for(const char *id);
#endif