diff options
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); |