diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-12 09:17:41 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-12 09:22:11 -0400 |
commit | cae9c9fbdebc3f6a4c390a20e75447217439dff7 (patch) | |
tree | c154ccd741e229430e630aa8980f6d4a32e5587d /src/tools/sss_sync_ops.h | |
parent | a21698161dcc506e469d7af58099e952062ff256 (diff) | |
download | sssd-cae9c9fbdebc3f6a4c390a20e75447217439dff7.tar.gz sssd-cae9c9fbdebc3f6a4c390a20e75447217439dff7.tar.xz sssd-cae9c9fbdebc3f6a4c390a20e75447217439dff7.zip |
sysdb: convert sysdb_delete_entry
Diffstat (limited to 'src/tools/sss_sync_ops.h')
-rw-r--r-- | src/tools/sss_sync_ops.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/sss_sync_ops.h b/src/tools/sss_sync_ops.h index 383319a8f..6629d9c92 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, |