diff options
Diffstat (limited to 'src/pam_freerdp2.vapi')
-rw-r--r-- | src/pam_freerdp2.vapi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pam_freerdp2.vapi b/src/pam_freerdp2.vapi new file mode 100644 index 0000000..1193880 --- /dev/null +++ b/src/pam_freerdp2.vapi @@ -0,0 +1,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; +} |