diff options
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h index 765001e..472b643 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h @@ -25,11 +25,14 @@ #include <ctl-config.h> +#define ACTION_API_NAME "4a-softmixer" + // HAL controllers sections parsing functions int HalCtlsHalMixerConfig(afb_dynapi *apiHandle, CtlSectionT *section, json_object *MixerJ); // HAL controllers verbs functions void HalCtlsActionOnStream(afb_request *request); void HalCtlsListVerbs(afb_request *request); +void HalCtlsInitMixer(afb_request *request); #endif /* _HALMGR_CB_INCLUDE_ */
\ No newline at end of file |