]> git.armaanb.net Git - opendoas.git/blobdiff - includes.h
persist_timestamp: create timestamp file with O_NOFOLLOW and don't leak the name
[opendoas.git] / includes.h
index b08e93c707064954313932850f52926f2daab6db..dd4bc6325a2a4c6923b81ec56be3c8af7ce5bd93 100644 (file)
 
 #include "openbsd.h"
 
+#ifdef HAVE_PAM_APPL_H
+int pamauth(const char *, const char *, int, int);
+#endif
+
+#ifdef PERSIST_TIMESTAMP
+int persist_open(int *, int);
+int persist_set(int, int);
+int persist_clear();
+#endif
+
 #endif /* INCLUDES_H */