22 lines
677 B
C
22 lines
677 B
C
#ifndef MODULES_H_
|
|
#define MODULES_H_
|
|
|
|
void module_monitor(struct s_module *);
|
|
void module_camd35(struct s_module *);
|
|
void module_camd35_tcp(struct s_module *);
|
|
void module_camd33(struct s_module *);
|
|
void module_newcamd(struct s_module *);
|
|
void module_radegast(struct s_module *);
|
|
void module_serial(struct s_module *);
|
|
void module_cccam(struct s_module *);
|
|
void module_pandora(struct s_module *);
|
|
void module_scam(struct s_module *);
|
|
void module_ghttp(struct s_module *);
|
|
void module_gbox(struct s_module *);
|
|
void module_constcw(struct s_module *);
|
|
void module_csp(struct s_module *);
|
|
void module_dvbapi(struct s_module *);
|
|
void module_streamrelay(struct s_module *);
|
|
|
|
#endif
|