Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23714/src
Modified Files: Tag: devel_0_39 m_pd.h Log Message: we need the garray_updatetime prototype....
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.4.4.11.2.4 retrieving revision 1.4.4.11.2.5 diff -C2 -d -r1.4.4.11.2.4 -r1.4.4.11.2.5 *** m_pd.h 21 Aug 2005 11:28:24 -0000 1.4.4.11.2.4 --- m_pd.h 24 Aug 2005 17:14:52 -0000 1.4.4.11.2.5 *************** *** 718,721 **** --- 718,723 ---- EXTERN void garray_setsaveit(t_garray *x, int saveit);
+ EXTERN double garray_updatetime(t_garray *x); + EXTERN t_class *scalar_class;