summaryrefslogtreecommitdiffstats
path: root/plugin/unicens-output/wrap_volume.h
diff options
context:
space:
mode:
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