From a621d9028548723d13df64df06a4f4538504e7a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 13 Aug 2006 16:19:56 +0000 Subject: allow hooking into the process of creating playback streams. To implement this I modified the pa_sink_input_new() signature to take a pa_sink_input_new_data structure instead of direct arguments. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1237 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/client.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/pulsecore/client.h') diff --git a/src/pulsecore/client.h b/src/pulsecore/client.h index 1e72baf7..b28065e5 100644 --- a/src/pulsecore/client.h +++ b/src/pulsecore/client.h @@ -1,5 +1,5 @@ -#ifndef fooclienthfoo -#define fooclienthfoo +#ifndef foopulseclienthfoo +#define foopulseclienthfoo /* $Id$ */ @@ -22,6 +22,10 @@ USA. ***/ +#include + +typedef struct pa_client pa_client; + #include #include @@ -29,8 +33,6 @@ * attached. That way the user may generate a listing of all connected * clients easily and kill them if he wants.*/ -typedef struct pa_client pa_client; - struct pa_client { uint32_t index; -- cgit