X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=blobdiff_plain;f=doas.h;h=ecf0db222f7fc5101c940fdf39c02517429c9ad8;hp=b1fbac089eebd7b85ddca551ab6de2d9f7dad2dd;hb=HEAD;hpb=b5d211d5d75b031f70e12565e704e7a9c817df83 diff --git a/doas.h b/doas.h index b1fbac0..ecf0db2 100644 --- a/doas.h +++ b/doas.h @@ -45,13 +45,7 @@ char **prepenv(const struct rule *, const struct passwd *, #define NOLOG 0x8 #define INSULT 0x10 -#ifdef USE_PAM -int pamauth(const char *, const char *, int, int, int); -#endif - -#ifdef USE_SHADOW int shadowauth(const char *, int); -#endif #ifdef USE_TIMESTAMP int timestamp_open(int *, int);