[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:00

  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.22      +1 -0      eda/geda/devel/gnetlist/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/gnetlist/src/globals.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- globals.c	17 May 2005 15:33:37 -0000	1.21
  +++ globals.c	27 Nov 2005 00:15:00 -0000	1.22
  @@ -60,6 +60,7 @@
   void (*quit_func)() = gnetlist_quit;
   /* void (*variable_set_func)() = i_vars_set; */
   void (*variable_set_func)() = NULL;
  +int (*load_newer_backup_func)() = NULL;
   
   /* netlist specific variables */
   NETLIST *netlist_head=NULL;