ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
checktag.c File Reference
#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>
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)

Variables

PGconn * pgsql

Detailed Description

Author
Bruce Guenter
Date
2005-01-12 21:39:26Z

Definition in file checktag.c.

Macro Definition Documentation

◆ WHO

#define WHO   "checktag"

Definition at line 14 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 43 of file checktag.c.

Here is the call graph for this function:

Variable Documentation

◆ pgsql

PGconn* pgsql
extern

Definition at line 22 of file opensql.c.