summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/module.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-13 16:19:56 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-13 16:19:56 +0000
commita621d9028548723d13df64df06a4f4538504e7a3 (patch)
treeb488b3488a11516b3c594cc2c805d693a5d6c938 /src/pulsecore/module.h
parentb5cbea940ea70b8ed92fa3be6b742e8a14897337 (diff)
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
Diffstat (limited to 'src/pulsecore/module.h')
-rw-r--r--src/pulsecore/module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/module.h b/src/pulsecore/module.h
index 9bc5cb5d..8c320be8 100644
--- a/src/pulsecore/module.h
+++ b/src/pulsecore/module.h
@@ -25,11 +25,11 @@
#include <inttypes.h>
#include <ltdl.h>
+typedef struct pa_module pa_module;
+
#include <pulsecore/core.h>
#include <pulsecore/modinfo.h>
-typedef struct pa_module pa_module;
-
struct pa_module {
pa_core *core;
char *name, *argument;