summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-13 11:46:24 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-13 16:30:37 +0100
commit5942e8483b712f1c83be625856ff7ee26ebc3898 (patch)
treeee6970233fafa1ae94bde051e1deacd31b6d08d7 /src/interface.h
parentcaf68ab21e373594866ef2b26736d3ae02ac6659 (diff)
downloadpa-sink-ctl-5942e8483b712f1c83be625856ff7ee26ebc3898.tar.gz
pa-sink-ctl-5942e8483b712f1c83be625856ff7ee26ebc3898.tar.bz2
pa-sink-ctl-5942e8483b712f1c83be625856ff7ee26ebc3898.zip
interface: Rename print_sink_list to interface_redraw
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index da99612..84a794b 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -29,7 +29,7 @@
struct context;
void
-print_sink_list(struct context *ctx);
+interface_redraw(struct context *ctx);
void
interface_init(struct context *ctx);