GUACAMOLE-547: Document return value of credential handler.

This commit is contained in:
Nick Couchman 2019-06-18 17:59:33 -04:00
parent 3511991e2f
commit 22874e2388

View File

@ -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);