Added stbbr_send

This commit is contained in:
James Booth
2015-05-24 21:46:26 +01:00
parent dbccbb70a5
commit dda02514df
4 changed files with 31 additions and 0 deletions

View File

@@ -10,4 +10,6 @@ void stbbr_for(char *id, char *stream);
int stbbr_verify(char *stanza);
int stbbr_verify_last(char *stanza);
void stbbr_send(char *stream);
#endif