summaryrefslogtreecommitdiff
path: root/sink_input.h
diff options
context:
space:
mode:
authorJan Klemkow <web2p10@wemelug.de>2010-07-09 00:55:02 +0200
committerJan Klemkow <web2p10@wemelug.de>2010-07-09 00:55:02 +0200
commit21b1027832ff5e53edc37dd9f5c153217a65b6fd (patch)
tree156d666ade9380434ecae73f9bd02fe71e2d2caf /sink_input.h
parent83a220ec9b1fe7e706478bc1604fe8741be649a2 (diff)
downloadpa-sink-ctl-21b1027832ff5e53edc37dd9f5c153217a65b6fd.tar.gz
pa-sink-ctl-21b1027832ff5e53edc37dd9f5c153217a65b6fd.tar.bz2
pa-sink-ctl-21b1027832ff5e53edc37dd9f5c153217a65b6fd.zip
wip: cleanup sink & co.
Diffstat (limited to 'sink_input.h')
-rw-r--r--sink_input.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sink_input.h b/sink_input.h
index e426cf7..d16924c 100644
--- a/sink_input.h
+++ b/sink_input.h
@@ -16,8 +16,10 @@ typedef struct _sink_input_info {
sink_input_info* sink_input_init();
void sink_input_clear(sink_input_info*);
-void sink_input_list_init(sink_input_info**, int);
+sink_input_info** sink_input_list_init(int);
+void sink_input_list_enlarge(sink_input_info**, int*, int);
void sink_input_list_clear(sink_input_info**, int*);
+void sink_input_check(sink_input_info**);
int cmp_sink_input_list(const void *, const void *);
#endif