From e5e32021c23f3726d68ee756e8e3de48b3214063 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 21 Mar 2010 00:52:34 -0400 Subject: sysdb: remove remaining traces of sysdb_handle --- src/db/sysdb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index 87a5ec56b..65e72141f 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -147,7 +147,6 @@ struct confdb_ctx; struct sysdb_ctx_list; struct sysdb_ctx; -struct sysdb_handle; struct sysdb_attrs { int num; @@ -212,8 +211,6 @@ char *sysdb_group_strdn(TALLOC_CTX *memctx, struct ldb_context *sysdb_ctx_get_ldb(struct sysdb_ctx *ctx); -struct ldb_context *sysdb_handle_get_ldb(struct sysdb_handle *handle); -struct sysdb_ctx *sysdb_handle_get_ctx(struct sysdb_handle *handle); int compare_ldb_dn_comp_num(const void *m1, const void *m2); -- cgit