diff options
author | Arun Raghavan <arun@arunraghavan.net> | 2016-07-04 13:57:16 +0530 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2016-07-04 13:58:20 +0530 |
commit | 17e158dc99ea96a088cbaf3ac01a7ff5e3743759 (patch) | |
tree | a0ea3644a98345d933192077b8b9872f3b75cd3a /src/modules/module-rescue-streams.c | |
parent | a222a07920731f3c4967faccab7469af50b428a4 (diff) |
pulsecore: Move pa_core structure into its own header
The idea is to allow some parts of the code to use pa_core as an opaque
structure and access required members via API, over which we can then
perform some form of access control
Signed-off-by: Arun Raghavan <arun@arunraghavan.net>
Diffstat (limited to 'src/modules/module-rescue-streams.c')
-rw-r--r-- | src/modules/module-rescue-streams.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/module-rescue-streams.c b/src/modules/module-rescue-streams.c index 60ac1c4cf..e844e1605 100644 --- a/src/modules/module-rescue-streams.c +++ b/src/modules/module-rescue-streams.c @@ -24,6 +24,7 @@ #include <pulse/xmalloc.h> #include <pulsecore/core.h> +#include <pulsecore/core-struct.h> #include <pulsecore/sink-input.h> #include <pulsecore/source-output.h> #include <pulsecore/modargs.h> |