ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
subscribe.c File Reference
#include "str.h"
#include "stralloc.h"
#include "getln.h"
#include "readwrite.h"
#include "buffer.h"
#include "strerr.h"
#include "open.h"
#include "byte.h"
#include "case.h"
#include "lock.h"
#include "error.h"
#include "subscribe.h"
#include "uint32.h"
#include "fmt.h"
#include "errtxt.h"
#include "log.h"
#include "idx.h"
#include <stdlib.h>
#include <unistd.h>
#include <libpq-fe.h>
Include dependency graph for subscribe.c:

Go to the source code of this file.

Macros

#define WHO   "subsribe"

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 flagsql, int forcehash, const char *tab)

Variables

PGconn * pgsql

Detailed Description

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

Definition in file subscribe.c.

Macro Definition Documentation

◆ WHO

#define WHO   "subsribe"

Definition at line 22 of file subscribe.c.

Function Documentation

◆ die_read()

void die_read ( void )

Definition at line 41 of file subscribe.c.

Here is the call graph for this function:

◆ die_write()

void die_write ( void )

Definition at line 42 of file subscribe.c.

Here is the call graph for this function:
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 flagsql,
int forcehash,
const char * tab )

Definition at line 77 of file subscribe.c.

Here is the call graph for this function:

Variable Documentation

◆ pgsql

PGconn* pgsql
extern

Definition at line 22 of file opensql.c.