ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
checktag.c File Reference

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"
Include dependency graph for checktag.c:

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)

Detailed Description

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

Author
Bruce Guenther

Definition in file checktag.c.

Macro Definition Documentation

◆ WHO

#define WHO   "checktag"

Definition at line 11 of file checktag.c.

Function Documentation

◆ checktag()

const char * checktag ( const char * dir,
unsigned long num,
unsigned long listno,
const char * action,
const char * seed,
const char * hash )

Definition at line 27 of file checktag.c.

Here is the call graph for this function: