[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 05/11/26 19:15:01

  Modified:    .        prototype.h
  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.123     +1 -0      eda/geda/devel/gschem/include/prototype.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: prototype.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/include/prototype.h,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -b -r1.122 -r1.123
  --- prototype.h	18 Nov 2005 20:31:47 -0000	1.122
  +++ prototype.h	27 Nov 2005 00:15:01 -0000	1.123
  @@ -862,6 +862,7 @@
   int x_fileselect_search_library(FILEDIALOG *f_current, char *library, const char *string);
   void x_fileselect_comp_search(GtkWidget *w, FILEDIALOG *f_current);
   void x_fileselect_setup(TOPLEVEL *w_current, int type, int filesel_type);
  +int x_fileselect_load_backup(TOPLEVEL *toplevel, GString *message);
   /* x_grid.c */
   void x_grid_draw(TOPLEVEL *w_current);
   void x_draw_tiles(TOPLEVEL *w_current);