Added id handler

This commit is contained in:
James Booth
2015-05-16 21:55:51 +01:00
parent 50cd28a977
commit ede3ccab9d
10 changed files with 88 additions and 11 deletions

View File

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