From eed9d645552c7dca8b2cf0237d67a6affdf025a7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 4 May 2018 15:25:46 +0200 Subject: src/user-list.vala: Obtain PAM_X2GO prompts from public API in security/pam.x2go.h. --- src/pam_x2go.vapi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/pam_x2go.vapi (limited to 'src/pam_x2go.vapi') diff --git a/src/pam_x2go.vapi b/src/pam_x2go.vapi new file mode 100644 index 0000000..b5df15d --- /dev/null +++ b/src/pam_x2go.vapi @@ -0,0 +1,9 @@ +[CCode (cprefix = "PAM_X2GO_", cheader_filename = "security/pam-x2go.h")] +namespace pam_x2go +{ + public const string PROMPT_GUESTLOGIN; + public const string PROMPT_USER; + public const string PROMPT_HOST; + public const string PROMPT_COMMAND; + public const string PROMPT_PASSWORD; +} -- cgit v1.2.3