Ai
2 Star 1 Fork 0

长江/oscam-nx111

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
module-monitor.h 242 Bytes
一键复制 编辑 原始数据 按行查看 历史
gorgone.impertinence 提交于 2013-10-06 16:26 +08:00 . revert 8951 & 8952
#ifndef MODULE_MONITOR_H_
#define MODULE_MONITOR_H_
#ifdef MODULE_MONITOR
int32_t monitor_send_idx(struct s_client *cl, char *txt);
#else
int32_t monitor_send_idx(struct s_client *UNUSED(cl), char *UNUSED(txt))
{
return 0;
}
#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

搜索帮助