X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/d8d81d1b049836f7d4fae7b0077a8ce9e2fc43ac..HEAD:/array.h diff --git a/array.h b/array.h index 832519a..56f0660 100644 --- a/array.h +++ b/array.h @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id$ * * Double-ended arrays * @@ -35,7 +33,7 @@ #include -extern void daysetup(void); +extern void da_pysetup(void); extern PyTypeObject da_pytype, daiter_pytype; #ifdef __cplusplus