Ticket #758: sqlite3-api.h.patch

File sqlite3-api.h.patch, 121 bytes (added by arthurmaciel, 12 years ago)
Line 
164,67d63
2<
3< int sqlite3_key(sqlite3*, const void*, int nKey);
4< int sqlite3_rekey(sqlite3*, const void*, int nKey);
5<