Renamed stanza->stream for id callback

This commit is contained in:
James Booth
2015-05-16 22:31:36 +01:00
parent ede3ccab9d
commit 94d1f1e84d
5 changed files with 9 additions and 9 deletions

View File

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