X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=includes.h;h=401a0e4f22d28fba3dd969bb38b69bb3ab8554cc;hb=5dc1cdecb149196c944c3a0983051eeae6c2b3a0;hp=d3d4e390a2a10c59508e5bc859dac3aa4ceb8963;hpb=331dda05d1d06fcb12763be9c34c82b5e280b3bc;p=opendoas.git diff --git a/includes.h b/includes.h index d3d4e39..401a0e4 100644 --- a/includes.h +++ b/includes.h @@ -1,14 +1,6 @@ #ifndef INCLUDES_H #define INCLUDES_H -#ifndef __UNUSED -# define __UNUSED __attribute__ ((unused)) -#endif - -#ifndef __dead -# define __dead -#endif - #ifndef _PATH_TTY # define _PATH_TTY "/dev/tty" #endif @@ -17,7 +9,7 @@ #include "openbsd.h" #ifdef USE_PAM -int pamauth(const char *, const char *, int, int); +void pamauth(const char *, const char *, int, int, int); #endif #ifdef USE_SHADOW