Attempt to create .deps directory every time we build objects.
[doas.git] / pam.h
blobb8a23ca2efff4c1d6a28fe993fa4f1a5c3f98d05
2 #ifndef _PAM_H
3 #define _PAM_H 1
5 #include "compat.h"
7 extern void pamauth(char const *restrict doas_prompt, char const *restrict target_name, char const *restrict original_name);
9 #endif