summaryrefslogtreecommitdiffstats
path: root/src/modules/howl-wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/howl-wrap.c')
-rw-r--r--src/modules/howl-wrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/howl-wrap.c b/src/modules/howl-wrap.c
index b3acde55..b3fe8166 100644
--- a/src/modules/howl-wrap.c
+++ b/src/modules/howl-wrap.c
@@ -29,7 +29,7 @@
#define HOWL_PROPERTY "howl"
-pa_howl_wrapper {
+struct pa_howl_wrapper {
pa_core *core;
int ref;
@@ -38,7 +38,7 @@ pa_howl_wrapper {
};
-static void howl_io_event(pa_mainloop_api*m, pa_io_event *e, int fd, pa_io_event_flags f, void *userdata) {
+static void howl_io_event(pa_mainloop_api*m, pa_io_event *e, int fd, pa_io_event_flags_t f, void *userdata) {
pa_howl_wrapper *w = userdata;
assert(m && e && fd >= 0 && w && w->ref >= 1);