Liking cljdoc? Tell your friends :D

clj-libssh2.libssh2.agent

JNA functions for calling functions in libssh2 with names libssh2_agent_*

JNA functions for calling functions in libssh2 with names libssh2_agent_*
raw docstring

connectclj

(connect agent)

int libssh2_agent_connect(LIBSSH2_AGENT *agent);

int libssh2_agent_connect(LIBSSH2_AGENT *agent);
sourceraw docstring

disconnectclj

(disconnect agent)

int libssh2_agent_disconnect (LIBSSH2_AGENT *agent);

int libssh2_agent_disconnect (LIBSSH2_AGENT *agent);
sourceraw docstring

freeclj

(free agent)

void libssh2_agent_free(LIBSSH2_AGENT *agent);

void libssh2_agent_free(LIBSSH2_AGENT *agent);
sourceraw docstring

get-identityclj

(get-identity agent store prev)

int libssh2_agent_get_identity(LIBSSH2_AGENT *agent, struct libssh2_agent_publickey **store, struct libssh2_agent_publickey *prev);

int libssh2_agent_get_identity(LIBSSH2_AGENT *agent,
                               struct libssh2_agent_publickey **store,
                               struct libssh2_agent_publickey *prev);
sourceraw docstring

initclj

(init session)

LIBSSH2_AGENT *libssh2_agent_init(LIBSSH2_SESSION *session);

LIBSSH2_AGENT *libssh2_agent_init(LIBSSH2_SESSION *session);
sourceraw docstring

list-identitiesclj

(list-identities agent)

int libssh2_agent_list_identities(LIBSSH2_AGENT *agent);

int libssh2_agent_list_identities(LIBSSH2_AGENT *agent);
sourceraw docstring

userauthclj

(userauth agent username identity)

int libssh2_agent_userauth(LIBSSH2_AGENT *agent, const char *username, struct libssh2_agent_publickey *identity);

int libssh2_agent_userauth(LIBSSH2_AGENT *agent,
                           const char *username,
                           struct libssh2_agent_publickey *identity);
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close