Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30587
Modified Files: Tag: devel_0_38 m_fifo.h Log Message: function prototype fix
Index: m_fifo.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/m_fifo.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** m_fifo.h 14 Dec 2004 09:39:56 -0000 1.1.2.2 --- m_fifo.h 3 Jan 2005 08:42:33 -0000 1.1.2.3 *************** *** 11,15 ****
/* function prototypes */ ! t_fifo * fifo_init(); void fifo_destroy(t_fifo*);
--- 11,15 ----
/* function prototypes */ ! t_fifo * fifo_init(void); void fifo_destroy(t_fifo*);