From: Michael Tremer Date: Sat, 27 Sep 2025 10:37:22 +0000 (+0000) Subject: _collecty: Fix compiling the module with the new flags X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=701ca930e5894e280d9e4a2e542e36c35e6f4a13;p=collecty.git _collecty: Fix compiling the module with the new flags Signed-off-by: Michael Tremer --- diff --git a/src/_collecty/_collectymodule.h b/src/_collecty/_collectymodule.h index fbcaf51..01c9ea6 100644 --- a/src/_collecty/_collectymodule.h +++ b/src/_collecty/_collectymodule.h @@ -25,6 +25,8 @@ #include #include +PyMODINIT_FUNC PyInit__collecty(void); + #define MODEL_SIZE 40 #define SERIAL_SIZE 20