ref: d75c9007e6b60e0f009bb3a973cd72e09fc5f964
parent: 53ff597c5967b06d6125e85b7406d8dafa07574c
author: Paul Brossier <piem@piem.org>
date: Tue Nov 19 18:33:42 EST 2013
python/ext/aubiomodule.c: add missing generated_types_ready prototype
--- 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";