mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
r7897: work in progress
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
8b299e1518
commit
8e1431efcf
@@ -2,14 +2,6 @@
|
||||
|
||||
struct lsqlite3_private {
|
||||
char ** options;
|
||||
const char * basedn;
|
||||
sqlite3 * sqlite;
|
||||
int lock_count;
|
||||
};
|
||||
|
||||
void
|
||||
lsqlite3_base160(unsigned long val,
|
||||
unsigned char result[5]);
|
||||
|
||||
char *
|
||||
lsqlite3_base160Next(char base160[]);
|
||||
|
||||
Reference in New Issue
Block a user