- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git] / module-camd35.h
blob676e87273df50af1b9de4ecc481ce9dc7a30968c
1 #ifndef MODULE_CAMD35_H_
2 #define MODULE_CAMD35_H_
4 int32_t camd35_send(struct s_client *cl, uint8_t *buf, int32_t buflen);
5 int32_t camd35_send_without_timeout(struct s_client *cl, uint8_t *buf, int32_t buflen);
6 int32_t camd35_tcp_connect(struct s_client *cl);
7 #ifdef CS_CACHEEX_AIO
8 void camd35_send_extmode(struct s_client *cl, bool answer);
9 #endif
11 #endif