tools/klone/main.c File Reference

Go to the source code of this file.

Defines

#define KL1_FILE_FMT   "pg_%s.%s"
#define usage_if(expr)   if(expr) usage();

Enumerations

enum  command_e { CMD_UNKNOWN, CMD_TRANS, CMD_IMPORT }
enum  flags_e { FLAG_NONE, FLAG_VERBOSE }

Functions

int main (int argc, char **argv)

Variables

int facility = LOG_LOCAL0
context_tctx

Define Documentation

#define KL1_FILE_FMT   "pg_%s.%s"

Definition at line 70 of file tools/klone/main.c.

#define usage_if ( expr   )     if(expr) usage();

Definition at line 72 of file tools/klone/main.c.


Enumeration Type Documentation

enum command_e
Enumerator:
CMD_UNKNOWN 
CMD_TRANS 
CMD_IMPORT 

Definition at line 42 of file tools/klone/main.c.

enum flags_e
Enumerator:
FLAG_NONE 
FLAG_VERBOSE 

Definition at line 45 of file tools/klone/main.c.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 647 of file tools/klone/main.c.


Variable Documentation

Definition at line 68 of file tools/klone/main.c.

int facility = LOG_LOCAL0

Definition at line 39 of file tools/klone/main.c.