Re: [pulseaudio-discuss] [PATCH v4 39/41] module: Create pa_module_exists()

2013-09-21 Thread Tanu Kaskinen
On Wed, 2013-09-18 at 16:17 -0500, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org This new function checks if a certain module name is available in the system. --- src/pulsecore/module.c | 49 +

Re: [pulseaudio-discuss] [PATCH v4 39/41] module: Create pa_module_exists()

2013-09-21 Thread Tanu Kaskinen
On Wed, 2013-09-18 at 16:17 -0500, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org This new function checks if a certain module name is available in the system. --- src/pulsecore/module.c | 49 +

[pulseaudio-discuss] [PATCH v4 39/41] module: Create pa_module_exists()

2013-09-18 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org This new function checks if a certain module name is available in the system. --- src/pulsecore/module.c | 49 + src/pulsecore/module.h | 2 ++ 2 files changed, 51 insertions(+) diff --git