From 4af382cb5e0ef75e56002b07afcf5868e92393e6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 4 Oct 2009 13:30:24 +0100 Subject: [PATCH] array.h: Fix typo in declaration of da_pysetup. --- array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array.h b/array.h index 832519a..cbf3fb0 100644 --- a/array.h +++ b/array.h @@ -35,7 +35,7 @@ #include -extern void daysetup(void); +extern void da_pysetup(void); extern PyTypeObject da_pytype, daiter_pytype; #ifdef __cplusplus -- 2.11.0