[PD-cvs] pd/src desire.h,1.1.2.49.2.1,1.1.2.49.2.2

Mathieu Bouchard matju at users.sourceforge.net
Sat Dec 2 04:08:14 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14213

Modified Files:
      Tag: desiredata
	desire.h 
Log Message:
added pd_new2, pd_new3


Index: desire.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v
retrieving revision 1.1.2.49.2.1
retrieving revision 1.1.2.49.2.2
diff -C2 -d -r1.1.2.49.2.1 -r1.1.2.49.2.2
*** desire.h	1 Dec 2006 20:21:05 -0000	1.1.2.49.2.1
--- desire.h	2 Dec 2006 03:08:12 -0000	1.1.2.49.2.2
***************
*** 65,68 ****
--- 65,71 ----
  typedef void (*t_anymethod)    (t_pd *x, t_symbol *s, int argc, t_atom *argv);
  
+ t_pd *pd_new2(int argc, t_atom *argv);
+ t_pd *pd_new3(const char *s);
+ 
  struct _class
  {





More information about the Pd-cvs mailing list