misc: Add ssh_tmpname()

Signed-Off-By: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Andreas Schneider
2019-12-10 18:28:03 +01:00
parent 08f4469e21
commit 5317ebf0fc
2 changed files with 52 additions and 0 deletions

View File

@@ -96,5 +96,6 @@ int ssh_mkdirs(const char *pathname, mode_t mode);
int ssh_quote_file_name(const char *file_name, char *buf, size_t buf_len);
int ssh_newline_vis(const char *string, char *buf, size_t buf_len);
int ssh_tmpname(char *template);
#endif /* MISC_H_ */