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

gEDA-cvs: CVS update: prototype.h



  User: ahvezda 
  Date: 07/01/08 23:47:11

  Modified:    .        prototype.h
  Log:
  Added "embed/unembed all components/schematics" functionality to gschlas
  
  
  
  
  Revision  Changes    Path
  1.118     +4 -0      eda/geda/gaf/libgeda/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/gaf/libgeda/include/prototype.h,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -b -r1.117 -r1.118
  --- prototype.h	26 Dec 2006 15:45:28 -0000	1.117
  +++ prototype.h	9 Jan 2007 04:47:10 -0000	1.118
  @@ -325,6 +325,10 @@
   OBJECT *o_complex_return_pin_object(OBJECT *object, char *pin);
   void o_complex_check_symversion(TOPLEVEL* w_current, OBJECT* object);
   
  +/* o_embed.c */
  +void o_embed(TOPLEVEL *w_current, OBJECT *o_current);
  +void o_unembed(TOPLEVEL *w_current, OBJECT *o_current);
  +
   /* o_image.c */
   void o_image_init(void);
   void o_image_create(int x, int y, int color_mode);
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs