diff --git a/src/common-ssh/common-ssh/ssh.h b/src/common-ssh/common-ssh/ssh.h index 73b86d6e..62475d60 100644 --- a/src/common-ssh/common-ssh/ssh.h +++ b/src/common-ssh/common-ssh/ssh.h @@ -36,6 +36,9 @@ * The name of the credential being requested, which will be shared * with the client in order to generate a meaningful prompt. * + * @return + * The credential provided by the user, which should be a dynamically- + * allocated such that it can be freed as required. */ typedef char* guac_ssh_credential_handler(guac_client* client, char* cred_name);