Attempt to count descramblers used properly
[oscam.git] / modules.h
blob7fa5f636aa984cd8fa781c3cfd757491aa21f995
1 #ifndef MODULES_H_
2 #define MODULES_H_
4 void module_monitor(struct s_module *);
5 void module_camd35(struct s_module *);
6 void module_camd35_tcp(struct s_module *);
7 void module_camd33(struct s_module *);
8 void module_newcamd(struct s_module *);
9 void module_radegast(struct s_module *);
10 void module_serial(struct s_module *);
11 void module_cccam(struct s_module *);
12 void module_pandora(struct s_module *);
13 void module_scam(struct s_module *);
14 void module_ghttp(struct s_module *);
15 void module_gbox(struct s_module *);
16 void module_constcw(struct s_module *);
17 void module_csp(struct s_module *);
18 void module_dvbapi(struct s_module *);
20 #endif