summaryrefslogblamecommitdiffstats
path: root/captcha.h
blob: 7a2e9489e84e9953cf9c04c02bf738be5abaa5c6 (plain) (tree)
1
2
3
4
5
6
7
8






                            
                 


                            





                                                                             
                                  



     
#ifndef __MICROBBS_CAPTCHA_H
#define __MICROBBS_CAPTCHA_H

#include <stdio.h>
#include <stdlib.h>

#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( term_screen* );



#endif