debian/control: Add Build-Depends for `dh-python'.
[mLib-python] / array.h
diff --git a/array.h b/array.h
index 832519a..56f0660 100644 (file)
--- a/array.h
+++ b/array.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Double-ended arrays
  *
  * (c) 2005 Straylight/Edgeware
@@ -35,7 +33,7 @@
 
 #include <Python.h>
 
-extern void daysetup(void);
+extern void da_pysetup(void);
 extern PyTypeObject da_pytype, daiter_pytype;
 
 #ifdef __cplusplus