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

@@ -5,6 +5,6 @@ int stbbr_main(int port);
int stbbr_start(int port);
int stbbr_auth_passwd(char *password);
void stbbr_for(char *id, char *stanza);
void stbbr_for(char *id, char *stream);
#endif