summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/interface.h b/src/interface.h
index e9e47eb..8b58621 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -7,9 +7,16 @@
struct context;
-void print_sink_list(struct context *ctx);
-void interface_init(struct context *ctx);
-void interface_clear(struct context *ctx);
-void interface_set_status(struct context *ctx, const gchar *);
+void
+print_sink_list(struct context *ctx);
+
+void
+interface_init(struct context *ctx);
+
+void
+interface_clear(struct context *ctx);
+
+void
+interface_set_status(struct context *ctx, const gchar *);
#endif