- (dtucker) [auth-chall.c auth.h auth2-chall.c] Bug #936: Remove pam from
   the list of available kbdint devices if UsePAM=no.  ok djm@
diff --git a/auth.h b/auth.h
index 760337b..6c0089d 100644
--- a/auth.h
+++ b/auth.h
@@ -130,6 +130,8 @@
 #endif
 
 #include "auth-pam.h"
+void remove_kbdint_device(const char *);
+
 void disable_forwarding(void);
 
 void	do_authentication(Authctxt *);