diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-05-07 13:50:52 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-29 11:37:17 -0400 |
commit | 0f808798eefaedc3eb241f26aa49680d87f22336 (patch) | |
tree | fefcf767d483fcfaa7ee1080d64ed94091f95ecf /src/db/sysdb_sudo.h | |
parent | c407643004a02566e35a864ba0d8b0c0f88d9d67 (diff) | |
download | sssd-0f808798eefaedc3eb241f26aa49680d87f22336.tar.gz sssd-0f808798eefaedc3eb241f26aa49680d87f22336.tar.xz sssd-0f808798eefaedc3eb241f26aa49680d87f22336.zip |
sysdb: remove sudo_set/get_refreshed
Diffstat (limited to 'src/db/sysdb_sudo.h')
-rw-r--r-- | src/db/sysdb_sudo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/db/sysdb_sudo.h b/src/db/sysdb_sudo.h index 606434517..4a3926757 100644 --- a/src/db/sysdb_sudo.h +++ b/src/db/sysdb_sudo.h @@ -85,12 +85,6 @@ sysdb_save_sudorule(struct sysdb_ctx *sysdb_ctx, errno_t sysdb_sudo_set_last_full_refresh(struct sysdb_ctx *sysdb, time_t value); errno_t sysdb_sudo_get_last_full_refresh(struct sysdb_ctx *sysdb, time_t *value); -errno_t sysdb_sudo_set_refreshed(struct sysdb_ctx *sysdb, - bool refreshed); - -errno_t sysdb_sudo_get_refreshed(struct sysdb_ctx *sysdb, - bool *refreshed); - char **sysdb_sudo_build_sudouser(TALLOC_CTX *mem_ctx, const char *username, uid_t uid, char **groupnames, bool include_all); |