Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15773
Modified Files: Tag: desiredata desire.h Log Message: garray_getarray for THREADEDSF
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.49.2.33 retrieving revision 1.1.2.49.2.34 diff -C2 -d -r1.1.2.49.2.33 -r1.1.2.49.2.34 *** desire.h 19 Jul 2007 22:37:43 -0000 1.1.2.49.2.33 --- desire.h 20 Jul 2007 05:39:54 -0000 1.1.2.49.2.34 *************** *** 238,241 **** --- 238,243 ---- };
+ t_array *garray_getarray(t_garray *x); + /* structure for traversing all the connections in a canvas */ typedef struct t_linetraverser {