1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-29 04:49:44 +03:00
Derrell Lipman 1603fd9466 r7897: work in progress
(This used to be commit 8e1431efcf0df797bc50ef584c38fce6a03429b3)
2007-10-10 13:18:47 -05:00

8 lines
145 B
C

#include <sqlite3.h>
struct lsqlite3_private {
char ** options;
sqlite3 * sqlite;
int lock_count;
};