diff options
Diffstat (limited to 'captcha.h')
-rw-r--r-- | captcha.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,13 +6,16 @@ #include "kconfig.h" #include "logs.h" +#include "debug.h" + +#include "libterm/term_io.h" //ask question if you are bot or no. In 99% cases should protect from random //bots. // Return: // 0 - test not passed // 1 - test passed -int captcha_test1(); +int captcha_test1( term_screen* ); |