summaryrefslogtreecommitdiff
path: root/src/ctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctl.h')
-rw-r--r--src/ctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ctl.h b/src/ctl.h
index eb169b1..2f54416 100644
--- a/src/ctl.h
+++ b/src/ctl.h
@@ -42,6 +42,7 @@ struct vol_ctl {
pa_context_success_cb_t, gpointer);
void (*childs_foreach)(struct vol_ctl *ctx, GFunc func, gpointer udata);
+ gint (*childs_len)(struct vol_ctl *ctx);
};
struct main_ctl {