4 lines
139 B
C
4 lines
139 B
C
|
/* an example module that produces the current system volume */
|
||
|
extern void pulse_module_init(void);
|
||
|
extern char *pulse_module_poll(void);
|