summaryrefslogtreecommitdiffstats
path: root/plugin/unicens-output/wrap_volume.h
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2019-05-10 10:54:58 +0200
committerFrederic Marec <frederic.marec@iot.bzh>2019-05-14 09:51:57 +0200
commit88211e8b9cb19ecec8c28c1de19e0d42dadcb916 (patch)
tree2c06a6f5db06211dc2894efc01f249c8aa247dd0 /plugin/unicens-output/wrap_volume.h
parent9228c9da5b85f0fdd6b01f0309e57b846618be63 (diff)
Bug-AGL: SPEC-2139 Change-Id: I6f1227f7b293b6a3dc8d527e18cd482955783021 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'plugin/unicens-output/wrap_volume.h')
-rw-r--r--plugin/unicens-output/wrap_volume.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/unicens-output/wrap_volume.h b/plugin/unicens-output/wrap_volume.h
index 7cdcd93..1489c60 100644
--- a/plugin/unicens-output/wrap_volume.h
+++ b/plugin/unicens-output/wrap_volume.h
@@ -29,6 +29,6 @@
#include <ctl-plugin.h>
extern int wrap_volume_init(void);
-extern int wrap_volume_master(AFB_ApiT apiHandle, int volume);
-extern int wrap_volume_pcm(AFB_ApiT apiHandle, int *volume_ptr, int volume_sz);
-extern int wrap_volume_node_avail(AFB_ApiT apiHandle, int node, int available); \ No newline at end of file
+extern int wrap_volume_master(afb_api_t apiHandle, int volume);
+extern int wrap_volume_pcm(afb_api_t apiHandle, int *volume_ptr, int volume_sz);
+extern int wrap_volume_node_avail(afb_api_t apiHandle, int node, int available); \ No newline at end of file