]> git.armaanb.net Git - opendoas.git/blobdiff - includes.h
specify that default is deny if no rule matches
[opendoas.git] / includes.h
index b08e93c707064954313932850f52926f2daab6db..776a94030a9a51bea613512e1c04d77b8e3dcc97 100644 (file)
@@ -19,4 +19,8 @@
 
 #include "openbsd.h"
 
+#ifdef HAVE_PAM_APPL_H
+int doas_pam(const char *user, const char *ruser, int interactive, int nopass);
+#endif
+
 #endif /* INCLUDES_H */