1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-05 09:30:35 +03:00

fix comments, moved to htonu64 function to sftp.c and made it static

This commit is contained in:
Daniel Stenberg
2009-03-27 07:03:00 +00:00
parent 9df891e412
commit f390c8e02d
5 changed files with 22 additions and 25 deletions

View File

@@ -1166,8 +1166,6 @@ static int kexinit(LIBSSH2_SESSION * session)
return 0;
}
/* }}} */
/* kex_agree_instr
* Kex specific variant of strstr()
* Needle must be preceed by BOL or ',', and followed by ',' or EOL