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

@@ -36,6 +36,12 @@ stbbr_verify_last(char *stanza)
return verify_last(stanza);
}
int
stbbr_verify(char *stanza)
{
return verify_any(stanza);
}
void
stbbr_stop(void)
{