summaryrefslogtreecommitdiffstats
path: root/captcha.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-08 21:21:23 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-08 21:21:23 +0900
commitad222a30782ebacacd0f5388f01b65fa61e12697 (patch)
tree861e83d3214929fe7d58a0d79dcb0e069bb32b16 /captcha.h
parent3d489fe502178d2d4e58eb8d5736be2fbda38077 (diff)
downloadmicrobbs-ad222a30782ebacacd0f5388f01b65fa61e12697.tar.gz
microbbs-ad222a30782ebacacd0f5388f01b65fa61e12697.zip
Fixed positioning for captcha, motd, mainmenu, sysinfo
Diffstat (limited to 'captcha.h')
-rw-r--r--captcha.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/captcha.h b/captcha.h
index e2b71c0..7a2e948 100644
--- a/captcha.h
+++ b/captcha.h
@@ -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* );