Added verify any

This commit is contained in:
James Booth
2015-05-24 19:23:38 +01:00
parent d84e50bccd
commit 0d1ba9500c
6 changed files with 55 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ void stbbr_stop(void);
int stbbr_auth_passwd(char *password);
void stbbr_for(char *id, char *stream);
int stbbr_verify(char *stanza);
int stbbr_verify_last(char *stanza);
#endif