summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-03-21 00:09:04 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:16 -0400
commitaacf8781c61e928c74fcc89f02225374b283b872 (patch)
tree0547820fd01df558084a399450cf30ddad93fd8d /src/db/sysdb.h
parentaafa0393524bacc5ba48e79ab536f9deb3972e38 (diff)
downloadsssd-aacf8781c61e928c74fcc89f02225374b283b872.tar.gz
sssd-aacf8781c61e928c74fcc89f02225374b283b872.tar.xz
sssd-aacf8781c61e928c74fcc89f02225374b283b872.zip
sysdb: remove obsolete helpers from sysdb
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 08af31254..87a5ec56b 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -243,9 +243,6 @@ int sysdb_get_ctx_from_list(struct sysdb_ctx_list *ctx_list,
struct sss_domain_info *domain,
struct sysdb_ctx **_ctx);
-/* FIXME: REMOVE */
-typedef void (*sysdb_callback_t)(void *, int, struct ldb_result *);
-
/* functions to retrieve information from sysdb
* These functions automatically starts an operation
* therefore they cannot be called within a transaction */
@@ -424,11 +421,6 @@ int sysdb_mod_group_member(TALLOC_CTX *mem_ctx,
struct ldb_dn *group_dn,
int mod_op);
-int sysdb_set_group_gid(struct sysdb_handle *handle,
- struct sss_domain_info *domain,
- const char *name, gid_t gid,
- sysdb_callback_t fn, void *pvt);
-
int sysdb_store_user(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *ctx,
struct sss_domain_info *domain,