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

@@ -2,5 +2,6 @@
#define __H_VERIFY
int verify_last(char *stanza);
int verify_any(char *stanza);
#endif