summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sss_ssh.h')
-rw-r--r--src/util/sss_ssh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/sss_ssh.h b/src/util/sss_ssh.h
index a4ac73915..29743a085 100644
--- a/src/util/sss_ssh.h
+++ b/src/util/sss_ssh.h
@@ -54,6 +54,7 @@ char *
sss_ssh_format_pubkey(TALLOC_CTX *mem_ctx,
struct sss_ssh_ent *ent,
struct sss_ssh_pubkey *pubkey,
- enum sss_ssh_pubkey_format format);
+ enum sss_ssh_pubkey_format format,
+ const char *comment);
#endif /* _SSS_SSH_H_ */