chiark / gitweb /
array.h: Fix typo in declaration of da_pysetup.
[mLib-python] / array.h
diff --git a/array.h b/array.h
index 832519af1479b6f2c0deaea06c2b6b63c10c9073..cbf3fb076007d2e1053d9e29d40020ddc0256081 100644 (file)
--- a/array.h
+++ b/array.h
@@ -35,7 +35,7 @@
 
 #include <Python.h>
 
-extern void daysetup(void);
+extern void da_pysetup(void);
 extern PyTypeObject da_pytype, daiter_pytype;
 
 #ifdef __cplusplus