1
0
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:
Derrell Lipman
2005-06-25 03:43:33 +00:00
committed by Gerald (Jerry) Carter
parent 8b299e1518
commit 8e1431efcf
3 changed files with 224 additions and 103 deletions

View File

@@ -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[]);