ezmlmx 0.68
ezmlmx
|
#include "slurp.h"
#include "byte.h"
#include "stralloc.h"
#include "scan.h"
#include "fmt.h"
#include "cookie.h"
#include "makehash.h"
#include "logmsg.h"
#include "errtxt.h"
#include "subscribe.h"
#include <unistd.h>
#include <libpq-fe.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) |
Variables | |
PGconn * | pgsql |
Definition in file checktag.c.
#define WHO "checktag" |
Definition at line 14 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 ) |