aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-12-10 18:28:03 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-12-20 14:35:04 +0100
commit5317ebf0fcf927e45a4c7a8c322357179dd87f2f (patch)
tree4f6ee597c28e276f89a669c93d91125529964947 /include/libssh
parent08f4469e21981185eaf9da5d6f84eec9e845b124 (diff)
downloadlibssh-5317ebf0fcf927e45a4c7a8c322357179dd87f2f.tar.gz
libssh-5317ebf0fcf927e45a4c7a8c322357179dd87f2f.tar.xz
libssh-5317ebf0fcf927e45a4c7a8c322357179dd87f2f.zip
misc: Add ssh_tmpname()
Signed-Off-By: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/misc.h b/include/libssh/misc.h
index 3cc3b113..4c25a54a 100644
--- a/include/libssh/misc.h
+++ b/include/libssh/misc.h
@@ -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_ */