8 lines
108 B
C
8 lines
108 B
C
#ifndef __H_VERIFY
|
|
#define __H_VERIFY
|
|
|
|
int verify_last(char *stanza);
|
|
int verify_any(char *stanza);
|
|
|
|
#endif
|