From: Mark Wooding Date: Sun, 4 Oct 2009 12:30:24 +0000 (+0100) Subject: array.h: Fix typo in declaration of da_pysetup. X-Git-Tag: 1.0.2~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/commitdiff_plain/4af382cb5e0ef75e56002b07afcf5868e92393e6 array.h: Fix typo in declaration of da_pysetup. --- 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