From b9001f4ec7619726a9d3e75078101cbda10e26c1 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sat, 3 Aug 2019 12:17:49 -0400 Subject: [PATCH] GUACAMOLE-514: Add missing parameter tag. --- src/protocols/vnc/auth.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/protocols/vnc/auth.h b/src/protocols/vnc/auth.h index e978aa95..155a48db 100644 --- a/src/protocols/vnc/auth.h +++ b/src/protocols/vnc/auth.h @@ -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. */