#ifndef __MICROBBS_CAPTCHA_H #define __MICROBBS_CAPTCHA_H #include #include #include "kconfig.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(); #endif