[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: globals.c
User: cnieves
Date: 05/11/26 19:15:03
Modified: . globals.c
Log:
Libgeda checks if there is an autosave backup file when loading a new
schematic and call an app-dependant function to ask the user what to do.
Gschem opens a window to ask the user. Other apps just output a warning
and continue.
Revision Changes Path
1.11 +1 -0 eda/geda/devel/gsymcheck/src/globals.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globals.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gsymcheck/src/globals.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- globals.c 19 Feb 2005 23:27:18 -0000 1.10
+++ globals.c 27 Nov 2005 00:15:03 -0000 1.11
@@ -58,6 +58,7 @@
void (*quit_func)() = gsymcheck_quit;
/* void (*variable_set_func)() = i_vars_set; */
void (*variable_set_func)() = NULL;
+int (*load_newer_backup_func)() = NULL;
/* command line arguments */
int verbose_mode=FALSE;