X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=includes.h;h=e9ebf6364da8d6365097b9511862bcc8ec76d62a;hb=33e3630671ba6d2ec591fb45ba41af7e09fecf0a;hp=b08e93c707064954313932850f52926f2daab6db;hpb=5af624acf77da9592443bcfb095b21afaa984404;p=opendoas.git diff --git a/includes.h b/includes.h index b08e93c..e9ebf63 100644 --- a/includes.h +++ b/includes.h @@ -19,4 +19,8 @@ #include "openbsd.h" +#ifdef HAVE_PAM_APPL_H +int doas_pam(char *name, int interactive, int nopass); +#endif + #endif /* INCLUDES_H */