summaryrefslogtreecommitdiff
path: root/src/ctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctl.h')
-rw-r--r--src/ctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ctl.h b/src/ctl.h
index 2f54416..bb9ffda 100644
--- a/src/ctl.h
+++ b/src/ctl.h
@@ -41,8 +41,8 @@ struct vol_ctl {
pa_operation *(*volume_set)(pa_context *, guint32, const pa_cvolume *,
pa_context_success_cb_t, gpointer);
- void (*childs_foreach)(struct vol_ctl *ctx, GFunc func, gpointer udata);
- gint (*childs_len)(struct vol_ctl *ctx);
+ void (*childs_foreach)(struct vol_ctl *ctl, GFunc func, gpointer udata);
+ gint (*childs_len)(struct vol_ctl *ctl);
};
struct main_ctl {