Attempt to create .deps directory every time we build objects.
[doas.git] / bsd-auth.h
blob4dacd14cb1b436a91baba30e6d50835aeda7bb0f
2 #ifndef _BSD_AUTH_H
3 #define _BSD_AUTH_H 1
5 #include "attributes.h"
6 #include "compat.h"
8 extern void authuser(char const *restrict doas_prompt,
9 char const *restrict name,
10 char const *restrict login_style,
11 bool persist) __nonnull((1, 2));
13 #endif /* _BSD_AUTH_H */