summaryrefslogtreecommitdiffstats
path: root/server/confdb/confdb.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-05-11 11:13:53 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-05-11 14:19:32 -0400
commita9485219348defd667e19483c8b04c25b9291856 (patch)
tree175509d4844a40c1eb5253f0febc4b7e586efa4a /server/confdb/confdb.h
parent697733a4b00e345298707b7e0827725e708ab0bc (diff)
downloadsssd-a9485219348defd667e19483c8b04c25b9291856.tar.gz
sssd-a9485219348defd667e19483c8b04c25b9291856.tar.xz
sssd-a9485219348defd667e19483c8b04c25b9291856.zip
Separate confdb API from confdb setup
Refactoring the confdb so that the setup code can be linked separately from the access API. This is being done so that our plugins do not need to link against the collection and ini_config libraries.
Diffstat (limited to 'server/confdb/confdb.h')
-rw-r--r--server/confdb/confdb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/confdb/confdb.h b/server/confdb/confdb.h
index b3df6a67f..b165d218a 100644
--- a/server/confdb/confdb.h
+++ b/server/confdb/confdb.h
@@ -100,8 +100,4 @@ int confdb_get_domains(struct confdb_ctx *cdb,
TALLOC_CTX *mem_ctx,
struct sss_domain_info **domains);
-int confdb_create_base(struct confdb_ctx *cdb);
-int confdb_test(struct confdb_ctx *cdb);
-int confdb_init_db(const char *config_file, struct confdb_ctx *cdb);
-
#endif