python/ext/aubiomodule.c: add missing generated_types_ready prototype
authorPaul Brossier <piem@piem.org>
Tue, 19 Nov 2013 22:33:42 +0000 (23:33 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 19 Nov 2013 22:33:42 +0000 (23:33 +0100)
python/ext/aubiomodule.c

index 5afcee5..e311d88 100644 (file)
@@ -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";