From d75c9007e6b60e0f009bb3a973cd72e09fc5f964 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 19 Nov 2013 23:33:42 +0100 Subject: [PATCH] python/ext/aubiomodule.c: add missing generated_types_ready prototype --- python/ext/aubiomodule.c | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.11.0