array.h: Fix typo in declaration of da_pysetup.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 4 Oct 2009 12:30:24 +0000 (13:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 4 Oct 2009 12:30:24 +0000 (13:30 +0100)
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