aboutsummaryrefslogtreecommitdiff
path: root/ssh/sshnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/sshnc.h')
-rw-r--r--ssh/sshnc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/sshnc.h b/ssh/sshnc.h
index 1e82075..5ee742a 100644
--- a/ssh/sshnc.h
+++ b/ssh/sshnc.h
@@ -64,7 +64,7 @@ enum sshnc_retval sshnc_connect(
const char *username,
const char *subsystem,
sshnc_hostkey_checker_t checker,
- void *userdata,
+ void *userdata, // for checker
struct sshnc_client **client // output
);