array.h: Fix typo in declaration of da_pysetup.
[mLib-python] / array.h
diff --git a/array.h b/array.h
index 832519a..cbf3fb0 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