]> git.armaanb.net Git - opendoas.git/blobdiff - includes.h
missing semicolon at end of rule. yacc doesn't seem to mind, though. from Edakawa
[opendoas.git] / includes.h
index b08e93c707064954313932850f52926f2daab6db..1be024ad20baf78bac999fbe2597340a1ee7d66f 100644 (file)
@@ -19,4 +19,8 @@
 
 #include "openbsd.h"
 
+#ifdef HAVE_PAM_APPL_H
+int pamauth(const char *, const char *, int, int);
+#endif
+
 #endif /* INCLUDES_H */