summaryrefslogtreecommitdiff
path: root/src/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssh.h')
-rw-r--r--src/ssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ssh.h b/src/ssh.h
index 0f6fd52..f44f67f 100644
--- a/src/ssh.h
+++ b/src/ssh.h
@@ -13,6 +13,7 @@ struct ssh_opts {
char *cipher; /* -c */
char *hmac; /* -M */
int compress; /* -C */
+ int nodelay; /* -N */
int debuglevel; /* -v */
bool no_hostkey_check; /* -H */