1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r4059: moved the ldb -o option parsing to a common routine

This commit is contained in:
Andrew Tridgell
2004-12-04 10:14:03 +00:00
committed by Gerald (Jerry) Carter
parent 1235afa5fe
commit ee52c1e38c
9 changed files with 36 additions and 84 deletions

View File

@@ -127,4 +127,6 @@ struct ldb_context *lldb_connect(const char *url,
const char *options[]);
struct ldb_module *timestamps_module_init(struct ldb_context *ldb, const char *options[]);
const char **ldb_options_parse(const char **options, int *ldbopts, const char *arg);
#endif