summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/sysdb_ssh.h')
-rw-r--r--src/db/sysdb_ssh.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/db/sysdb_ssh.h b/src/db/sysdb_ssh.h
index 2b0bbc437..e8aca776b 100644
--- a/src/db/sysdb_ssh.h
+++ b/src/db/sysdb_ssh.h
@@ -30,28 +30,24 @@
#define SYSDB_SSH_KNOWN_HOSTS_EXPIRE "sshKnownHostsExpire"
errno_t
-sysdb_store_ssh_host(struct sysdb_ctx *sysdb,
- struct sss_domain_info *domain,
+sysdb_store_ssh_host(struct sss_domain_info *domain,
const char *name,
const char *alias,
time_t now,
struct sysdb_attrs *attrs);
errno_t
-sysdb_update_ssh_known_host_expire(struct sysdb_ctx *sysdb,
- struct sss_domain_info *domain,
+sysdb_update_ssh_known_host_expire(struct sss_domain_info *domain,
const char *name,
time_t now,
int known_hosts_timeout);
errno_t
-sysdb_delete_ssh_host(struct sysdb_ctx *sysdb,
- struct sss_domain_info *domain,
+sysdb_delete_ssh_host(struct sss_domain_info *domain,
const char *name);
errno_t
sysdb_get_ssh_host(TALLOC_CTX *mem_ctx,
- struct sysdb_ctx *sysdb,
struct sss_domain_info *domain,
const char *name,
const char **attrs,
@@ -59,7 +55,6 @@ sysdb_get_ssh_host(TALLOC_CTX *mem_ctx,
errno_t
sysdb_get_ssh_known_hosts(TALLOC_CTX *mem_ctx,
- struct sysdb_ctx *sysdb,
struct sss_domain_info *domain,
time_t now,
const char **attrs,