diff options
author | Walt Miner <walt@linux.com> | 2018-06-08 12:05:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-08 12:05:51 +0000 |
commit | b9b2ba9746e4725d30490f2acd3bcb0334d22130 (patch) | |
tree | 15bb61f7690fc90b87e601289c338ba4b5cd8bae /ucs2-afb/ucs_binding.c | |
parent | 9e54da1917fc3958d49fa4d7c15c44643c84b75e (diff) | |
parent | 2c74cc419677a6470f537a2a374a3b31fee5da07 (diff) |
Merge "agl-service-unicens: prepare control message transmission in b64 format" into eel
Diffstat (limited to 'ucs2-afb/ucs_binding.c')
-rw-r--r-- | ucs2-afb/ucs_binding.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ucs2-afb/ucs_binding.c b/ucs2-afb/ucs_binding.c index 49bedf4..ddf44b1 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(); |