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