Ai
2 Star 1 Fork 0

长江/oscam-nx111

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
module-dvbapi-azbox.h 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef _MODULE_AZBOX_H_
#define _MODULE_AZBOX_H_
void azbox_send_dcw(struct s_client *client, ECM_REQUEST *er);
void *azbox_handler(struct s_client *cl, uint8_t *mbuf, int32_t module_idx);
#if defined(HAVE_DVBAPI) && defined(WITH_AZBOX)
void azbox_init(void);
void azbox_close(void);
#else
static inline void azbox_init(void) { }
static inline void azbox_close(void) { }
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/4a02/oscam-nx111.git
git@gitee.com:4a02/oscam-nx111.git
4a02
oscam-nx111
oscam-nx111
master

搜索帮助