]> git.armaanb.net Git - opendoas.git/blobdiff - includes.h
persist_timestamp: move timespec macros to libopenbsd
[opendoas.git] / includes.h
index 776a94030a9a51bea613512e1c04d77b8e3dcc97..dd4bc6325a2a4c6923b81ec56be3c8af7ce5bd93 100644 (file)
 #include "openbsd.h"
 
 #ifdef HAVE_PAM_APPL_H
-int doas_pam(const char *user, const char *ruser, int interactive, int nopass);
+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 */