]> git.armaanb.net Git - opendoas.git/blobdiff - includes.h
as a result of the env rework, arraylen() is only used in parse.y. move it there...
[opendoas.git] / includes.h
index 776a94030a9a51bea613512e1c04d77b8e3dcc97..1be024ad20baf78bac999fbe2597340a1ee7d66f 100644 (file)
@@ -20,7 +20,7 @@
 #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
 
 #endif /* INCLUDES_H */