[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-362-gc13d8d0)
The branch, master has been updated
via c13d8d0cee5f8d6695b5a8a6592a144bbacf86a2 (commit)
from 4c6af30bf52cfe9c25057eaca2cf3f2edd7e76c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
libgeda/include/prototype.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit c13d8d0cee5f8d6695b5a8a6592a144bbacf86a2
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Thu Dec 11 14:23:55 2008 +0000
libgeda: Minor edit to prototype for o_attrib_return_attribs()
Use the same variable name in the prototype and the code.
:100644 100644 68abdb4... 637a302... M libgeda/include/prototype.h
=========
Changes
=========
commit c13d8d0cee5f8d6695b5a8a6592a144bbacf86a2
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Thu Dec 11 14:23:55 2008 +0000
libgeda: Minor edit to prototype for o_attrib_return_attribs()
Use the same variable name in the prototype and the code.
diff --git a/libgeda/include/prototype.h b/libgeda/include/prototype.h
index 68abdb4..637a302 100644
--- a/libgeda/include/prototype.h
+++ b/libgeda/include/prototype.h
@@ -135,7 +135,7 @@ char *o_attrib_search_component(OBJECT *object, char *name);
void o_attrib_slot_update(TOPLEVEL *toplevel, OBJECT *object);
void o_attrib_slot_copy(TOPLEVEL *toplevel, OBJECT *original, OBJECT *target);
char *o_attrib_search_toplevel_all(GedaPageList *page_list, char *name);
-OBJECT **o_attrib_return_attribs(OBJECT *sel_object);
+OBJECT **o_attrib_return_attribs(OBJECT *object);
void o_attrib_free_returned(OBJECT **found_objects);
/* o_basic.c */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs