Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10007
Modified Files: Tag: desiredata desire.h Log Message: forgot this.
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.49.2.10 retrieving revision 1.1.2.49.2.11 diff -C2 -d -r1.1.2.49.2.10 -r1.1.2.49.2.11 *** desire.h 13 Dec 2006 01:08:26 -0000 1.1.2.49.2.10 --- desire.h 13 Dec 2006 15:26:43 -0000 1.1.2.49.2.11 *************** *** 331,334 **** --- 331,335 ---- //EXTERN int pd_pickle(t_foo *foo, char *fmt, ...); EXTERN void pd_set_newest (t_pd *x); + char* inlet_tip(t_inlet* i,int num);
EXTERN t_hash *object_table;