GUACAMOLE-514: Add missing parameter tag.

This commit is contained in:
Nick Couchman 2019-08-03 12:17:49 -04:00
parent 4329739d3e
commit b9001f4ec7

View File

@ -47,6 +47,10 @@ char* guac_vnc_get_password(rfbClient* client);
* The rfbClient associated with the VNC connection requiring the
* authentication.
*
* @param credentialType
* The credential type being requested, as defined by the libVNCclient
* code in the rfbclient.h header.
*
* @return
* The rfbCredential object that contains the required credentials.
*/