mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
I must say that writing a new module is a very good way to find lot of subtle bugs laying in the code We need more tests! commit oLschema2ldif.c to keep it safe from data losses (rm -fr :-) update test generic to reflect the fix made on comparsion functions
7 lines
93 B
C
7 lines
93 B
C
#include <sqlite3.h>
|
|
|
|
struct lsqlite3_private {
|
|
char **options;
|
|
sqlite3 *sqlite;
|
|
};
|