diff options
| author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-04-04 06:29:05 +0000 |
|---|---|---|
| committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-04-04 06:29:05 +0000 |
| commit | 72289a616c90949f7a2d3b2af12cd1044e64717d (patch) | |
| tree | 278f2963d2f72baad0859e6b5e9056b9daddd446 /Modules/_sqlite/util.h | |
| parent | a058836e969eba03142bc8f01418a28741f70dc3 (diff) | |
| download | cpython-git-72289a616c90949f7a2d3b2af12cd1044e64717d.tar.gz | |
Update to pysqlite 2.2.0
Diffstat (limited to 'Modules/_sqlite/util.h')
| -rw-r--r-- | Modules/_sqlite/util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/_sqlite/util.h b/Modules/_sqlite/util.h index 6e74b2dea6..e99a4dd81b 100644 --- a/Modules/_sqlite/util.h +++ b/Modules/_sqlite/util.h @@ -1,6 +1,6 @@ /* util.h - various utility functions * - * Copyright (C) 2005 Gerhard Häring <gh@ghaering.de> + * Copyright (C) 2005-2006 Gerhard Häring <gh@ghaering.de> * * This file is part of pysqlite. * @@ -28,8 +28,6 @@ #include "sqlite3.h" #include "connection.h" -void pysqlite_sleep(double seconds); - int _sqlite_step_with_busyhandler(sqlite3_stmt* statement, Connection* connection); /** |
