revert breaks some stupid old compilers
[oscam.git] / module-cw-cycle-check.h
blob26ac7d0dc825baf6be12f4686369d1eb4a2fb2f2
1 #ifndef MODULE_CW_CYCLE_CHECK_H_
2 #define MODULE_CW_CYCLE_CHECK_H_
4 uint8_t checkcwcycle(struct s_client *client, ECM_REQUEST *er, struct s_reader *reader, uchar *cw, int8_t rc, uint8_t cycletime_fr, uint8_t next_cw_cycle_fr);
6 #ifdef CW_CYCLE_CHECK
7 void cleanupcwcycle(void);
8 #else
9 static inline void cleanupcwcycle(void) { }
10 #endif
12 #endif