diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-07 12:55:33 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-07 12:55:33 +0200 |
| commit | e9d6b15926214706bdc46ea1eccfab812956df1e (patch) | |
| tree | 7d4a45cf94698990d88a6c4b7d499b7ee8ba6a38 /include/libssh | |
| parent | 6885d32c05d517b32c949e17318878b1e143a83d (diff) | |
| download | libssh-e9d6b15926214706bdc46ea1eccfab812956df1e.tar.gz libssh-e9d6b15926214706bdc46ea1eccfab812956df1e.tar.xz libssh-e9d6b15926214706bdc46ea1eccfab812956df1e.zip | |
First implementation of known_hosts with port read
Conflicts:
include/libssh/misc.h
libssh/keyfiles.c
libssh/misc.c
Diffstat (limited to 'include/libssh')
| -rw-r--r-- | include/libssh/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/misc.h b/include/libssh/misc.h index ddd72fe7..666b0782 100644 --- a/include/libssh/misc.h +++ b/include/libssh/misc.h @@ -50,6 +50,7 @@ struct ssh_iterator *ssh_list_get_iterator(const struct ssh_list *list); 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_hostport(const char *host, int port); const void *_ssh_list_pop_head(struct ssh_list *list); |
