From 2c74cc419677a6470f537a2a374a3b31fee5da07 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Mon, 7 May 2018 16:07:17 +0200 Subject: agl-service-unicens: prepare control message transmission in b64 format Bug-AGL: SPEC-1177 Add new verb sendmessageb64. Change-Id: I4f7c67141ede4e5c5d5f60acb4dd93ca4b46c271 Signed-off-by: Tobias Jahnke (cherry picked from commit 84c3e1b169038e181526b4fbadab3d8f9322717c) --- ucs2-afb/ucs_binding.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ucs2-afb/ucs_binding.c') diff --git a/ucs2-afb/ucs_binding.c b/ucs2-afb/ucs_binding.c index 553ed36..4f36576 100644 --- a/ucs2-afb/ucs_binding.c +++ b/ucs2-afb/ucs_binding.c @@ -857,6 +857,10 @@ PUBLIC void ucs2_sendmessage(struct afb_req request) { } } +PUBLIC void ucs2_sendmessageb64(struct afb_req req) { + afb_req_fail_f(req, "not-implemented", "Function not yet implemented."); +} + PUBLIC int ucs2_initbinding(void) { #ifndef DISABLE_AUTOSTART char *filename = GetDefaultConfig(); -- cgit 1.2.3-korg