ezmlmx 0.68
ezmlmx
|
#include <unistd.h>
#include "str.h"
#include "stralloc.h"
#include "getln.h"
#include "readwrite.h"
#include "buffer.h"
#include "logmsg.h"
#include "open.h"
#include "byte.h"
#include "case.h"
#include "lock.h"
#include "error.h"
#include "subscribe.h"
#include "uint_t.h"
#include "fmt.h"
#include "errtxt.h"
#include "log.h"
#include "idx.h"
#include <mysql.h>
#include <mysqld_error.h>
Go to the source code of this file.
Functions | |
void | die_read (void) |
void | die_write (void) |
int | subscribe (const char *dbname, const char *userhost, int flagadd, const char *comment, const char *event, int flagmysql, int forcehash, const char *tab) |
Variables | |
MYSQL * | mysql |
Definition in file subscribe.c.
void die_read | ( | void | ) |
Definition at line 40 of file subscribe.c.
void die_write | ( | void | ) |
int subscribe | ( | const char * | dbname, |
const char * | userhost, | ||
int | flagadd, | ||
const char * | comment, | ||
const char * | event, | ||
int | flagmysql, | ||
int | forcehash, | ||
const char * | tab ) |
Definition at line 76 of file subscribe.c.