ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
subscribe.c File Reference
#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>
Include dependency graph for subscribe.c:

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

Detailed Description

Author
Bruce Guenter
Date
2005-02-09 16:24:15Z

Definition in file subscribe.c.

Function Documentation

◆ die_read()

void die_read ( void )

Definition at line 40 of file subscribe.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ die_write()

void die_write ( void )

Definition at line 41 of file subscribe.c.

Here is the caller graph for this function:

◆ subscribe()

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.

Variable Documentation

◆ mysql

MYSQL* mysql
extern

Definition at line 23 of file opensql.c.