X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/54ae5879b39214704112ecfebd410a9ea57b6e6c..26a7f37a5423cc8252d88ee8482f96b5692c0dce:/catacomb.c diff --git a/catacomb.c b/catacomb.c index b596b5e..affb5d3 100644 --- a/catacomb.c +++ b/catacomb.c @@ -167,7 +167,7 @@ static void init_random(void) #endif } -void init_base(void) +EXPORT void init_base(void) { PyObject *mod; addmethods(methods);