revert breaks some stupid old compilers
[oscam.git] / module-camd35.h
blobe0f602b39016930f9482c6ea269348e22e309a7f
1 #ifndef MODULE_CAMD35_H_
2 #define MODULE_CAMD35_H_
4 int32_t camd35_send(struct s_client *cl, uchar *buf, int32_t buflen);
5 int32_t camd35_send_without_timeout(struct s_client *cl, uchar *buf, int32_t buflen);
6 int32_t camd35_tcp_connect(struct s_client *cl);
8 #endif