diff options
author | Arun Raghavan <arun@arunraghavan.net> | 2016-07-04 13:57:16 +0530 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2017-02-13 12:18:58 +0100 |
commit | 6347cd3e72347d8698af0b48fc626fa43f4e218f (patch) | |
tree | fc1aba815858d1b31098410ab1df7a286630276c /src/pulsecore/protocol-http.c | |
parent | 8fcf8065b8329ab9abe14ecddc1040e14adc6461 (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/pulsecore/protocol-http.c')
-rw-r--r-- | src/pulsecore/protocol-http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/protocol-http.c b/src/pulsecore/protocol-http.c index 25a2cd008..bbb03c3aa 100644 --- a/src/pulsecore/protocol-http.c +++ b/src/pulsecore/protocol-http.c @@ -30,6 +30,7 @@ #include <pulse/xmalloc.h> #include <pulse/timeval.h> +#include <pulsecore/core-struct.h> #include <pulsecore/core-util.h> #include <pulsecore/ioline.h> #include <pulsecore/thread-mq.h> |