1 /*******************************************************************************/
3 /* gEDA Suite Project Manager */
5 /* Copyright (C) 2002 Piotr Miarecki, sp9rve@radioam.net */
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. */
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. */
16 /* You should have received a copy of the GNU General Public License */
17 /* along with this program; if not, email to the author */
19 /*******************************************************************************/
21 #ifndef __GLOBAL_H_INCLUDED
22 #define __GLOBAL_H_INCLUDED
29 #define VERSION "19700101"
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 */