blob: 119388055b6bc1ed85db663493547c64de67bb13 (
plain)
1
2
3
4
5
6
7
8
9
|
[CCode (cprefix = "PAM_FREERDP2_", cheader_filename = "security/pam-freerdp2.h")]
namespace pam_freerdp2
{
public const string PROMPT_GUESTLOGIN;
public const string PROMPT_USER;
public const string PROMPT_HOST;
public const string PROMPT_DOMAIN;
public const string PROMPT_PASSWORD;
}
|