ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
tagmsg.c File Reference
#include "stralloc.h"
#include "scan.h"
#include "fmt.h"
#include "logmsg.h"
#include "cookie.h"
#include "slurp.h"
#include "errtxt.h"
#include "subscribe.h"
#include "makehash.h"
#include "idx.h"
#include <mysql.h>
#include <mysqld_error.h>
Include dependency graph for tagmsg.c:

Go to the source code of this file.

Macros

#define WHO   "tagmsg"

Functions

void tagmsg (const char *dir, unsigned long msgnum, const char *seed, const char *action, char *hashout, unsigned long bodysize, unsigned long chunk)

Variables

MYSQL * mysql

Detailed Description

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

Definition in file tagmsg.c.

Macro Definition Documentation

◆ WHO

#define WHO   "tagmsg"

Definition at line 14 of file tagmsg.c.

Function Documentation

◆ tagmsg()

void tagmsg ( const char * dir,
unsigned long msgnum,
const char * seed,
const char * action,
char * hashout,
unsigned long bodysize,
unsigned long chunk )

Definition at line 45 of file tagmsg.c.

Variable Documentation

◆ mysql

MYSQL* mysql
extern

Definition at line 23 of file opensql.c.