aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-09-29 11:26:35 +0200
committerAndreas Schneider <asn@cynapses.org>2010-09-29 11:26:35 +0200
commit8b719e51cf3e1b0ee7bee93a006bfa517fba4926 (patch)
tree0db367ac509ec9d062093387fc0b6fd423f46c6c /include
parent72b62d3064fb567015aeed72d800b9eb4ca22a79 (diff)
downloadlibssh-8b719e51cf3e1b0ee7bee93a006bfa517fba4926.tar.gz
libssh-8b719e51cf3e1b0ee7bee93a006bfa517fba4926.tar.xz
libssh-8b719e51cf3e1b0ee7bee93a006bfa517fba4926.zip
misc: Move ssh_analyze_banner to a common location.
Don't duplicate functions!
Diffstat (limited to 'include')
-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 2c10944c..28e67610 100644
--- a/include/libssh/misc.h
+++ b/include/libssh/misc.h
@@ -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);