]> git.armaanb.net Git - opendoas.git/blobdiff - includes.h
Add proper pam session handling
[opendoas.git] / includes.h
index b08e93c707064954313932850f52926f2daab6db..e9ebf6364da8d6365097b9511862bcc8ec76d62a 100644 (file)
@@ -19,4 +19,8 @@
 
 #include "openbsd.h"
 
+#ifdef HAVE_PAM_APPL_H
+int doas_pam(char *name, int interactive, int nopass);
+#endif
+
 #endif /* INCLUDES_H */