Removed all files using cvs remove since setup is quite old and hasn't been
[geda-gaf/whiteaudio.git] / geda / graphman / global.h
blobffcec34a017a2e6a772277757f73d08c5d8e5e4b
1 /*******************************************************************************/
2 /* */
3 /* gEDA Suite Project Manager */
4 /* */
5 /* Copyright (C) 2002 Piotr Miarecki, sp9rve@radioam.net */
6 /* */
7 /* This program is free software; you can redistribute it and/or */
8 /* modify it under the terms of the GNU General Public License */
9 /* as published by the Free Software Foundation version 2. */
10 /* */
11 /* This program is distributed in the hope that it will be useful, */
12 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
13 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
14 /* GNU General Public License for more details. */
15 /* */
16 /* You should have received a copy of the GNU General Public License */
17 /* along with this program; if not, email to the author */
18 /* */
19 /*******************************************************************************/
21 #ifndef __GLOBAL_H_INCLUDED
22 #define __GLOBAL_H_INCLUDED
24 #include <gtk/gtk.h>
28 #ifndef VERSION
29 #define VERSION "19700101"
30 #endif
32 #define FAILURE TRUE
33 #define SUCCESS FALSE
37 /* variable types */
38 typedef int BOOL;
42 /* public variables and functions */
43 extern GtkWidget *pMainWindow;
44 extern char *szFilename, *szExtFilename, *szFilter;
45 void Error(const char *szErrorString);
46 void FatalError(const char *szFile, const int iLine, const char *szDate);
50 #endif /* __GLOBAL_H_INCLUDED */