X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/d8d81d1b049836f7d4fae7b0077a8ce9e2fc43ac..50845e59d4803f0c6e1dfc9f743b0dc86aa0a35d:/array.h diff --git a/array.h b/array.h index 832519a..56f0660 100644 --- a/array.h +++ b/array.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Double-ended arrays * * (c) 2005 Straylight/Edgeware @@ -35,7 +33,7 @@ #include -extern void daysetup(void); +extern void da_pysetup(void); extern PyTypeObject da_pytype, daiter_pytype; #ifdef __cplusplus