[PD-cvs] pd/src m_pd.h,1.4.4.11.2.23,1.4.4.11.2.24

Mathieu Bouchard matju at users.sourceforge.net
Sun Apr 23 08:34:46 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_pd.h 
Log Message:
adding hash_free


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11.2.23
retrieving revision 1.4.4.11.2.24
diff -C2 -d -r1.4.4.11.2.23 -r1.4.4.11.2.24
*** m_pd.h	23 Apr 2006 06:24:38 -0000	1.4.4.11.2.23
--- m_pd.h	23 Apr 2006 06:34:44 -0000	1.4.4.11.2.24
***************
*** 167,170 ****
--- 167,171 ----
  typedef void (*hash_iter)(void *data, hashkey k, hashvalue v);
  t_hash *  hash_new(long capa);
+ void hash_free(t_hash *self);
  long hash_size(t_hash *self);
  void hash_start(t_hash *self);





More information about the Pd-cvs mailing list