gattrib

globals.c File Reference

Global declarations. More...

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

Go to the source code of this file.

Variables

int verbose_mode = FALSE
 Reflects the value of the command line flag.
int quiet_mode = FALSE
 Reflects the value of the command line flag.
void(* variable_set_func )() = i_vars_set

Detailed Description

Global declarations

Definition in file globals.c.


Variable Documentation

int verbose_mode = FALSE

Definition at line 42 of file globals.c.

int quiet_mode = FALSE

Definition at line 43 of file globals.c.

void(* variable_set_func)() = i_vars_set

these are required by libgeda I have made most of these NULL because they aren't needed for gattrib -- no drawing is done.

Definition at line 50 of file globals.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines