diff options
author | Sumit Bose <sbose@redhat.com> | 2012-02-03 13:57:00 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-29 12:53:47 -0500 |
commit | b7b50b21d2254a079b1b1c299909483d23db1512 (patch) | |
tree | c2c9b2bff77dfadb9d70d348ad6ffb06c60e8d2b /src/db/sysdb.h | |
parent | d2d2d6ae0c436461bcc8f881df059eb036314c44 (diff) | |
download | sssd-b7b50b21d2254a079b1b1c299909483d23db1512.tar.gz sssd-b7b50b21d2254a079b1b1c299909483d23db1512.tar.xz sssd-b7b50b21d2254a079b1b1c299909483d23db1512.zip |
Remove sysdb_get_ctx_from_list()
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r-- | src/db/sysdb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h index 1da61f2c1..5cec84844 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -340,10 +340,6 @@ int sysdb_list_init(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, struct sysdb_ctx_list **_list); -int sysdb_get_ctx_from_list(struct sysdb_ctx_list *ctx_list, - struct sss_domain_info *domain, - struct sysdb_ctx **_ctx); - errno_t sysdb_add_to_domain(struct sss_domain_info *domain, struct sysdb_ctx *ctx); /* functions to retrieve information from sysdb |