From 46daf142fe46b42ab75f0cc37480e74f7efc12e2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 21:44:57 +0100 Subject: Rename sink{,_input}_info to sink{,input} --- src/sink.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sink.h') diff --git a/src/sink.h b/src/sink.h index 04b4afa..3a21f6d 100644 --- a/src/sink.h +++ b/src/sink.h @@ -44,13 +44,13 @@ struct vol_ctl { void (*childs_foreach)(struct vol_ctl *ctx, GFunc func, gpointer udata); }; -struct sink_info { +struct sink { struct vol_ctl base; gint priority; struct context *ctx; }; -struct sink_input_info { +struct sink_input { struct vol_ctl base; guint32 sink; }; -- cgit