ext/polyphony/polyphony_ext.c in polyphony-0.43.6 vs ext/polyphony/polyphony_ext.c in polyphony-0.43.8

- old
+ new

@@ -1,19 +1,19 @@ #include "polyphony.h" void Init_Fiber(); void Init_Polyphony(); void Init_LibevAgent(); -void Init_LibevQueue(); +void Init_Queue(); void Init_Thread(); void Init_Tracing(); void Init_polyphony_ext() { ev_set_allocator(xrealloc); Init_Polyphony(); Init_LibevAgent(); - Init_LibevQueue(); + Init_Queue(); Init_Fiber(); Init_Thread(); Init_Tracing(); \ No newline at end of file