aboutsummaryrefslogtreecommitdiffstats
path: root/src/pam.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pam.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pam.h b/src/pam.h
index 791aa07..4c793d3 100644
--- a/src/pam.h
+++ b/src/pam.h
@@ -28,6 +28,21 @@
*/
void initialise_pam(char* remote, char* username);
+/**
+ * Verify that the account may be used
+ */
+void verify_account_pam(void);
+
+/**
+ * Open PAM session
+ */
+void open_session_pam(void);
+
+/**
+ * Close PAM session
+ */
+void close_session_pam(void);
+
#endif