1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-05 01:02:39 +03:00

misc: Move ssh_analyze_banner to a common location.

Don't duplicate functions!
This commit is contained in:
Andreas Schneider
2010-09-29 11:26:35 +02:00
parent 72b62d3064
commit 8b719e51cf
4 changed files with 67 additions and 126 deletions

View File

@@ -30,6 +30,7 @@ int ssh_file_readaccess_ok(const char *file);
char *ssh_path_expand_tilde(const char *d);
char *ssh_path_expand_escape(ssh_session session, const char *s);
int ssh_analyze_banner(ssh_session session, int *ssh1, int *ssh2);
/* macro for byte ordering */
uint64_t ntohll(uint64_t);