aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
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 94da3979..769f2da0 100644
--- a/include/libssh/misc.h
+++ b/include/libssh/misc.h
@@ -83,4 +83,5 @@ int ssh_match_group(const char *group, const char *object);
void uint64_inc(unsigned char *counter);
+void ssh_log_hexdump(const char *descr, const unsigned char *what, size_t len);
#endif /* MISC_H_ */