[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:09:47
Modified: . prototype.h
Log:
* src/o_attrib.c, src/o_buffer.c, src/o_complex.c, src/o_copy.c,
src/o_misc.c, src/o_select.c, src/o_text.c: Update interface of
o_selection_add() to match o_selection_remove(). Pass the GList by
reference so head can be updated.
Revision Changes Path
1.114 +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.113
retrieving revision 1.114
diff -u -b -r1.113 -r1.114
--- prototype.h 17 Dec 2006 04:14:07 -0000 1.113
+++ prototype.h 21 Dec 2006 20:09:47 -0000 1.114
@@ -433,7 +433,7 @@
void o_pin_update_whichend(TOPLEVEL *w_current, OBJECT *object_list, int num_pins);
/* o_selection.c */
-GList *o_selection_add(GList *head, OBJECT *o_selected);
+void o_selection_add(GList **head, OBJECT *o_selected);
void o_selection_print_all( GList *head );
void o_selection_select(OBJECT *object, int color);
void o_selection_unselect(OBJECT *object);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs