Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13125
Modified Files: 0x7c0x7c0x7e.c Log Message: fixed prototype for setup-function
Index: 0x7c0x7c0x7e.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/0x7c0x7c0x7e.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 0x7c0x7c0x7e.c 20 Jan 2006 10:28:50 -0000 1.1 --- 0x7c0x7c0x7e.c 23 Jan 2006 16:48:20 -0000 1.2 *************** *** 260,264 ****
/* ---------------------- global setup ------------------------- */ ! void z_oror__setup() { oror_tilde_setup(); --- 260,264 ----
/* ---------------------- global setup ------------------------- */ ! void z_oror__setup(void) { oror_tilde_setup();