aboutsummaryrefslogtreecommitdiff
path: root/src/pam_x2go.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'src/pam_x2go.vapi')
-rw-r--r--src/pam_x2go.vapi9
1 files changed, 9 insertions, 0 deletions
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;
+}