- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git] / oscam-failban.h
blob33c01e4c53420cfe701e38a7b6977e8c6ddb7bef
1 #ifndef OSCAM_FAILBAN_H_
2 #define OSCAM_FAILBAN_H_
4 extern int32_t cs_check_violation(IN_ADDR_T ip, int32_t port);
5 int32_t cs_add_violation_by_ip(IN_ADDR_T ip, int32_t port, char *info);
6 extern void cs_add_violation(struct s_client *cl, char *info);
7 extern void cs_add_violation_acosc(struct s_client *cl, char *info, int32_t acosc_penalty_duration);
9 #endif