[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: ahvezda
Date: 07/02/10 16:25:34
Modified: . prototype.h
Log:
Fixed a bunch of compiler warnings. Updated some of the man pages a little.
Revision Changes Path
1.119 +2 -2 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.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- prototype.h 9 Jan 2007 04:47:10 -0000 1.118
+++ prototype.h 10 Feb 2007 21:25:33 -0000 1.119
@@ -440,8 +440,8 @@
/* o_selection.c */
void o_selection_add(GList **head, OBJECT *o_selected);
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_select(OBJECT *object, int color); /* DEPRECATED */
+void o_selection_unselect(OBJECT *object); /* DEPRECATED */
void o_selection_remove(GList **head, OBJECT *o_selected);
void o_selection_unselect_list(TOPLEVEL *w_current, GList **head);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs