summaryrefslogtreecommitdiffstats
path: root/switch.h
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-09-28 10:24:48 +0200
committerYannick Gicquel <yannick.gicquel@iot.bzh>2016-10-11 17:09:07 +0200
commit952d404e87ca6001e546fe9105bdb6760c468760 (patch)
treef938d47ace434bf5f9dec0e34f47d3fc9d622234 /switch.h
parentdb43862074de2ac2177949f943997f16b2b2a1fd (diff)
- stream to device Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'switch.h')
-rw-r--r--switch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/switch.h b/switch.h
index c454f1a..ad27ffe 100644
--- a/switch.h
+++ b/switch.h
@@ -24,7 +24,7 @@
#include "userdata.h"
-bool agl_switch_setup_link (struct userdata *, agl_node *, agl_node *, bool);
+bool agl_switch_setup_link (struct userdata *, agl_node *, agl_node *);
bool agl_switch_teardown_link (struct userdata *, agl_node *, agl_node *);
/*pa_source *setup_device_input(struct userdata *, agl_node *);*/