summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-native.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-27 00:05:54 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-27 00:05:54 +0200
commitc372b52a77b20b454c49d5368a7d1afbc1a23188 (patch)
tree7d4bd448fba9ad54676749d644b1ecc6cb4640bb /src/pulsecore/protocol-native.h
parentcab48d48d12b26ef5651a5dc829fc7296395ef0a (diff)
protocol-native: print more volume change debug messages to easy tracking down of feedback loops
Diffstat (limited to 'src/pulsecore/protocol-native.h')
-rw-r--r--src/pulsecore/protocol-native.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/protocol-native.h b/src/pulsecore/protocol-native.h
index 8a8d601c..97126274 100644
--- a/src/pulsecore/protocol-native.h
+++ b/src/pulsecore/protocol-native.h
@@ -47,7 +47,6 @@ typedef struct pa_native_options {
char *auth_group;
pa_ip_acl *auth_ip_acl;
pa_auth_cookie *auth_cookie;
-
} pa_native_options;
typedef enum pa_native_hook {
@@ -80,6 +79,7 @@ int pa_native_protocol_install_ext(pa_native_protocol *p, pa_module *m, pa_nativ
void pa_native_protocol_remove_ext(pa_native_protocol *p, pa_module *m);
pa_pstream* pa_native_connection_get_pstream(pa_native_connection *c);
+pa_client* pa_native_connection_get_client(pa_native_connection *c);
pa_native_options* pa_native_options_new(void);
pa_native_options* pa_native_options_ref(pa_native_options *o);