diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-18 17:29:26 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-18 17:29:26 +0200 |
commit | 9481b4f2960c560ec8297bdc37d8014230072a5c (patch) | |
tree | b076d389746ae8e33f68855146fa5c58318764c4 /plugins/audio/audio-api.c | |
parent | ceb2e567b5f26ff148fbc0e9526f7e7e99464000 (diff) |
improves the build system
Change-Id: Idad84e88cd8c21d111ce7ed44340f6d2b0fccb37
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'plugins/audio/audio-api.c')
-rw-r--r-- | plugins/audio/audio-api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/audio/audio-api.c b/plugins/audio/audio-api.c index 4eeed92d..8956f809 100644 --- a/plugins/audio/audio-api.c +++ b/plugins/audio/audio-api.c @@ -349,7 +349,7 @@ static const struct AFB_plugin pluginDesc = { } }; -const struct AFB_plugin *pluginAfbV1Entry (const struct AFB_interface *itf) +const struct AFB_plugin *pluginAfbV1Register (const struct AFB_interface *itf) { return &pluginDesc; } |