diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-10 17:32:17 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-11 09:32:42 +0100 |
commit | 335eeec7aaf944d66cac87b5bb3f64f8fc7e385e (patch) | |
tree | b73eaf3e76cd3075421cc1f129b201ea25cea664 /include/proto-def.h | |
parent | 0608d9d3e98a9ed7a08df21401907b4e3a5e0f67 (diff) |
Add Radio API plugin
Add Radio API plugin source code, build with CMake.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'include/proto-def.h')
-rw-r--r-- | include/proto-def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto-def.h b/include/proto-def.h index cc372bf7..f5b9f79c 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -36,6 +36,7 @@ typedef AFB_plugin* (*AFB_pluginCB)(AFB_session *session); PUBLIC AFB_plugin* afsvRegister (AFB_session *session); PUBLIC AFB_plugin* dbusRegister (AFB_session *session); PUBLIC AFB_plugin* alsaRegister (AFB_session *session); +PUBLIC AFB_plugin* radioRegister (AFB_session *session); |