summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r--src/pulsecore/core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index fd92de61..22dec50c 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -81,7 +81,8 @@ struct pa_core {
int is_system_instance;
/* hooks */
- pa_hook hook_sink_input_new, hook_sink_input_disconnect;
+ pa_hook hook_sink_input_new,
+ hook_sink_disconnect;
};
pa_core* pa_core_new(pa_mainloop_api *m);