summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_sync_ops.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:17:41 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:11 -0400
commitcae9c9fbdebc3f6a4c390a20e75447217439dff7 (patch)
treec154ccd741e229430e630aa8980f6d4a32e5587d /src/tools/sss_sync_ops.h
parenta21698161dcc506e469d7af58099e952062ff256 (diff)
downloadsssd_unused-cae9c9fbdebc3f6a4c390a20e75447217439dff7.tar.gz
sssd_unused-cae9c9fbdebc3f6a4c390a20e75447217439dff7.tar.xz
sssd_unused-cae9c9fbdebc3f6a4c390a20e75447217439dff7.zip
sysdb: convert sysdb_delete_entry
Diffstat (limited to 'src/tools/sss_sync_ops.h')
-rw-r--r--src/tools/sss_sync_ops.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/sss_sync_ops.h b/src/tools/sss_sync_ops.h
index 383319a8..6629d9c9 100644
--- a/src/tools/sss_sync_ops.h
+++ b/src/tools/sss_sync_ops.h
@@ -78,9 +78,7 @@ int useradd(TALLOC_CTX *mem_ctx,
struct sysdb_handle *handle,
struct ops_ctx *data);
int userdel(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
struct sysdb_ctx *sysdb,
- struct sysdb_handle *handle,
struct ops_ctx *data);
int usermod(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
@@ -94,9 +92,7 @@ int groupadd(TALLOC_CTX *mem_ctx,
struct sysdb_handle *handle,
struct ops_ctx *data);
int groupdel(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
struct sysdb_ctx *sysdb,
- struct sysdb_handle *handle,
struct ops_ctx *data);
int groupmod(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,