diff options
| author | Gerhard Häring <gh@ghaering.de> | 2008-02-29 22:08:41 (GMT) |
|---|---|---|
| committer | Gerhard Häring <gh@ghaering.de> | 2008-02-29 22:08:41 (GMT) |
| commit | 1cc60ed214d83b1901a9e68782559c18f705ff07 (patch) | |
| tree | 31d9638597c104accd2d2149095b16b9e8c22325 /Modules/_sqlite/util.h | |
| parent | 0e795e7d9225837bc6949a951ba514feab18f9ef (diff) | |
| download | cpython-1cc60ed214d83b1901a9e68782559c18f705ff07.zip cpython-1cc60ed214d83b1901a9e68782559c18f705ff07.tar.gz cpython-1cc60ed214d83b1901a9e68782559c18f705ff07.tar.bz2 | |
Updated to pysqlite 2.4.1. Documentation additions will come later.
Diffstat (limited to 'Modules/_sqlite/util.h')
| -rw-r--r-- | Modules/_sqlite/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ int _sqlite_step_with_busyhandler(sqlite3_stmt* statement, pysqlite_Connection* * 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 |
