Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Modules/_sqlite/util.h

    r2 r391  
    11/* util.h - various utility functions
    22 *
    3  * Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>
     3 * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
    44 *
    55 * This file is part of pysqlite.
     
    3636 */
    3737int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
     38
     39PyObject * _pysqlite_long_from_int64(sqlite_int64 value);
     40sqlite_int64 _pysqlite_long_as_int64(PyObject * value);
     41
    3842#endif
Note: See TracChangeset for help on using the changeset viewer.