1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00
Files
samba-mirror/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.h
Simo Sorce 3fc676ac1d r10305: start implementing better error handling
changed the prioivate modules API
error string are now not spread over all
modules but are kept in  a single place.

This allows a better control of memory
and error reporting.
2007-10-10 13:38:16 -05:00

8 lines
111 B
C

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