Added verify for last received stanza

This commit is contained in:
James Booth
2015-05-24 18:34:21 +01:00
parent a791965b8b
commit d84e50bccd
9 changed files with 198 additions and 4 deletions

6
src/server/verify.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __H_VERIFY
#define __H_VERIFY
int verify_last(char *stanza);
#endif