|
ezmlmx 0.69
ezmlmx
|
reads dir/sql. If not present, checks that the hash of seed matches hash and returns success (NULL). If not match, returns "". If error, returns error string More...
#include "stralloc.h"#include "scan.h"#include "fmt.h"#include "cookie.h"#include "makehash.h"#include "readclose.h"#include "byte.h"#include "errtxt.h"#include "subscribe.h"
Go to the source code of this file.
Macros | |
| #define | WHO "checktag" |
Functions | |
| const char * | checktag (const char *dir, unsigned long num, unsigned long listno, const char *action, const char *seed, const char *hash) |
reads dir/sql. If not present, checks that the hash of seed matches hash and returns success (NULL). If not match, returns "". If error, returns error string
Definition in file checktag.c.
| #define WHO "checktag" |
Definition at line 11 of file checktag.c.
| const char * checktag | ( | const char * | dir, |
| unsigned long | num, | ||
| unsigned long | listno, | ||
| const char * | action, | ||
| const char * | seed, | ||
| const char * | hash ) |