libssh.funcs

Undocumented in source.

Members

Functions

SSH_BUFFER_FREE
void SSH_BUFFER_FREE(ssh_buffer x)
Undocumented in source. Be warned that the author may not have intended to support it.
SSH_KEY_FREE
void SSH_KEY_FREE(ssh_key x)
Undocumented in source. Be warned that the author may not have intended to support it.
SSH_KNOWNHOSTS_ENTRY_FREE
void SSH_KNOWNHOSTS_ENTRY_FREE(ssh_knownhosts_entry* e)
Undocumented in source. Be warned that the author may not have intended to support it.
SSH_STRING_FREE
void SSH_STRING_FREE(ssh_string x)
Undocumented in source. Be warned that the author may not have intended to support it.
SSH_STRING_FREE_CHAR
void SSH_STRING_FREE_CHAR(char* x)
Undocumented in source. Be warned that the author may not have intended to support it.
loadLibSSH
void loadLibSSH(LoadApiSymbolsVerbose verbose, string[] names)
Undocumented in source. Be warned that the author may not have intended to support it.
unloadLibSSH
void unloadLibSSH()
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

LoadApiSymbolsVerbose (from ssll)
public import ssll : LoadApiSymbolsVerbose;
Undocumented in source.

Manifest constants

libSSHNames
enum libSSHNames;
Undocumented in source.
libSSHNames
enum libSSHNames;
Undocumented in source.

Static variables

lib
LibHandler lib;
Undocumented in source.

Meta