|
ezmlmx 0.69
ezmlmx
|
#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>
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 |
Definition in file tagmsg.c.
| void tagmsg | ( | const char * | dir, |
| unsigned long | msgnum, | ||
| const char * | seed, | ||
| const char * | action, | ||
| char * | hashout, | ||
| unsigned long | bodysize, | ||
| unsigned long | chunk ) |