- fix for ticker #4787
[oscam.git] / module-monitor.h
blobc9d73b2f2414d323f7c5a523c12184ab8ffcd881
1 #ifndef MODULE_MONITOR_H_
2 #define MODULE_MONITOR_H_
4 #ifdef MODULE_MONITOR
5 int32_t monitor_send_idx(struct s_client *cl, char *txt);
6 #else
7 int32_t monitor_send_idx(struct s_client *UNUSED(cl), char *UNUSED(txt))
9 return 0;
11 #endif
13 #endif