Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31288/src
Modified Files: Tag: devel_0_39 m_fifo.h Log Message: export fifo functions
Index: m_fifo.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/m_fifo.h,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.3.2.1 diff -C2 -d -r1.1.2.3 -r1.1.2.3.2.1 *** m_fifo.h 3 Jan 2005 08:42:33 -0000 1.1.2.3 --- m_fifo.h 22 Dec 2005 00:43:40 -0000 1.1.2.3.2.1 *************** *** 11,19 ****
/* function prototypes */ ! t_fifo * fifo_init(void); ! void fifo_destroy(t_fifo*);
/* fifo_put() and fifo_get are the only threadsafe functions!!! */ ! void fifo_put(t_fifo*, void*); ! void* fifo_get(t_fifo*);
--- 11,19 ----
/* function prototypes */ ! EXTERN t_fifo * fifo_init(void); ! EXTERN void fifo_destroy(t_fifo*);
/* fifo_put() and fifo_get are the only threadsafe functions!!! */ ! EXTERN void fifo_put(t_fifo*, void*); ! EXTERN void* fifo_get(t_fifo*);