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

gEDA-cvs: CVS update: prototype.h



  User: pcjc2   
  Date: 06/12/21 15:40:38

  Modified:    .        prototype.h
  Log:
  Update the interface to o_selection_print_all() to match other
  
  o_selection*() functions. Patch from Peter Brett.
  
  
  
  
  Revision  Changes    Path
  1.116     +1 -1      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.115
  retrieving revision 1.116
  diff -u -b -r1.115 -r1.116
  --- prototype.h	21 Dec 2006 20:32:11 -0000	1.115
  +++ prototype.h	21 Dec 2006 20:40:38 -0000	1.116
  @@ -434,7 +434,7 @@
   
   /* o_selection.c */
   void o_selection_add(GList **head, OBJECT *o_selected);
  -void o_selection_print_all( GList *head );
  +void o_selection_print_all(const GList **head);
   void o_selection_select(OBJECT *object, int color); // DEPRECATED
   void o_selection_unselect(OBJECT *object);          // DEPRECATED
   void o_selection_remove(GList **head, OBJECT *o_selected);
  
  
  


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