aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-05-01 00:40:10 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-05-01 00:40:10 +0200
commit22be109956d0fe66e09bf9b13d1d2a37f7678cba (patch)
tree9364d0036cad69880094367e6f9b632445cd0782 /include/libssh
parent4bb790fb5de3d64097cae77955a96260d11ae3db (diff)
downloadlibssh-22be109956d0fe66e09bf9b13d1d2a37f7678cba.tar.gz
libssh-22be109956d0fe66e09bf9b13d1d2a37f7678cba.tar.xz
libssh-22be109956d0fe66e09bf9b13d1d2a37f7678cba.zip
First implementation of known_hosts with port read
Diffstat (limited to 'include/libssh')
-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 d9bfccb4..6d7aed96 100644
--- a/include/libssh/misc.h
+++ b/include/libssh/misc.h
@@ -51,6 +51,7 @@ int ssh_list_append(struct ssh_list *list, const void *data);
int ssh_list_prepend(struct ssh_list *list, const void *data);
void ssh_list_remove(struct ssh_list *list, struct ssh_iterator *iterator);
char *ssh_lowercase(const char* str);
+char *ssh_hostport(const char *host, int port);
const void *_ssh_list_pop_head(struct ssh_list *list);