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 "logaddr.h"
#include "idx.h"
#include "lockfile.h"
Go to the source code of this file.
Macros | |
#define | WHO "subscribe" |
Functions | |
int | subscribe (const char *dbname, const char *userhost, int flagadd, const char *comment, const char *event, int flagmysql, int forcehash, const char *tab) |
Definition in file subscribe.c.
#define WHO "subscribe" |
Definition at line 21 of file subscribe.c.
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 74 of file subscribe.c.