From: Paul Brossier Date: Tue, 19 Nov 2013 22:33:42 +0000 (+0100) Subject: python/ext/aubiomodule.c: add missing generated_types_ready prototype X-Git-Tag: 0.4.0-beta1~85 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d75c9007e6b60e0f009bb3a973cd72e09fc5f964;p=aubio.git python/ext/aubiomodule.c: add missing generated_types_ready prototype --- diff --git a/python/ext/aubiomodule.c b/python/ext/aubiomodule.c index 5afcee56..e311d886 100644 --- a/python/ext/aubiomodule.c +++ b/python/ext/aubiomodule.c @@ -4,6 +4,7 @@ extern void add_generated_objects ( PyObject *m ); extern void add_ufuncs ( PyObject *m ); +extern int generated_types_ready(void); static char Py_alpha_norm_doc[] = "compute alpha normalisation factor";