- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git] / module-gbox-sms.h
blobab03cb214a366c47ebfcce85e8cc396f059955a2
1 #ifndef MODULE_GBOX_SMS_H_
2 #define MODULE_GBOX_SMS_H_
4 #ifdef MODULE_GBOX
6 #define FILE_GSMS_TXT "gsms.txt"
7 #define FILE_GSMS_MSG "gsms.log"
8 #define FILE_OSD_MSG "gsms.osd"
9 #define FILE_GSMS_ACK "gsms.ack"
10 #define FILE_GSMS_NACK "gsms.nack"
12 void gbox_init_send_gsms(void);
13 void write_gsms_msg(struct s_client *cli, uint8_t *gsms, uint16_t type, uint16_t UNUSED(msglen));
14 void gbox_send_gsms_ack(struct s_client *cli);
15 int gbox_direct_send_gsms(uint16_t boxid, uint8_t num, char *gsms);
16 void gbox_get_online_peers(void);
17 void write_gsms_ack(struct s_client *cli);
18 void gsms_unavail(void);
20 #endif
22 #endif