From 22d5f8ca1afad11f8c9d68d58927d322570655cb Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 21 Oct 2011 13:04:41 +0200 Subject: pa-sink-ctl.h: Remove private functions This involves moving functions around in pa-sink-ctl.c so that we dont need to declare them additionally. --- src/pa-sink-ctl.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/pa-sink-ctl.h') diff --git a/src/pa-sink-ctl.h b/src/pa-sink-ctl.h index c5bc473..2539ea3 100644 --- a/src/pa-sink-ctl.h +++ b/src/pa-sink-ctl.h @@ -35,18 +35,9 @@ struct context { gchar *status; }; -void -collect_all_info(struct context *ctx); - void quit(struct context *ctx); -void -context_state_callback(pa_context*, gpointer); -void -get_sink_info_callback(pa_context *, const pa_sink_info *, gint, gpointer); -void -get_sink_input_info_callback(pa_context *, const pa_sink_input_info*, gint, gpointer); void change_callback(pa_context* c, gint success, gpointer); -- cgit