Updated to pysqlite 2.4.1. Documentation additions will come later.
diff --git a/Modules/_sqlite/util.h b/Modules/_sqlite/util.h
index 969c5e5..6c34329 100644
--- a/Modules/_sqlite/util.h
+++ b/Modules/_sqlite/util.h
@@ -34,5 +34,5 @@
  * Checks the SQLite error code and sets the appropriate DB-API exception.
  * Returns the error code (0 means no error occurred).
  */
-int _pysqlite_seterror(sqlite3* db);
+int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
 #endif