gsymcheck

globals.c File Reference

#include <config.h>
#include <stdio.h>
#include <libgeda/libgeda.h>
#include "../include/struct.h"
#include "../include/prototype.h"
Include dependency graph for globals.c:

Go to the source code of this file.

Variables

char * rc_filename = NULL
int logfile_fd = -1
int logging_dest = STDOUT_TTY
int verbose_mode = FALSE
int interactive_mode = FALSE
int quiet_mode = FALSE

Variable Documentation

char* rc_filename = NULL

Definition at line 32 of file globals.c.

int logfile_fd = -1

Definition at line 34 of file globals.c.

int logging_dest = STDOUT_TTY

Definition at line 35 of file globals.c.

int verbose_mode = FALSE

Definition at line 38 of file globals.c.

int interactive_mode = FALSE

Definition at line 39 of file globals.c.

int quiet_mode = FALSE

Definition at line 40 of file globals.c.

 All Data Structures Files Functions Variables Typedefs Defines