X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fbinding%2Flow-can-hat.hpp;h=b0f29b5eb3ac20eec9d68dea82cb3134e9c229ca;hb=a483f245eb1aae07917c9074568c8cda82855ff6;hp=cf3d999e7b3147fe02b4736d59ba8e8b81cf02be;hpb=32e25cbca210a359b09768537b6f443fe90a3070;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/binding/low-can-hat.hpp b/low-can-binding/binding/low-can-hat.hpp index cf3d999e..b0f29b5e 100644 --- a/low-can-binding/binding/low-can-hat.hpp +++ b/low-can-binding/binding/low-can-hat.hpp @@ -36,5 +36,7 @@ void on_no_clients(std::shared_ptr can_subscription, std void on_no_clients(std::shared_ptr can_subscription, uint32_t pid, std::map >& s); int read_message(sd_event_source *s, int fd, uint32_t revents, void *userdata); +void auth(struct afb_req request); void subscribe(struct afb_req request); -void unsubscribe(struct afb_req request); \ No newline at end of file +void unsubscribe(struct afb_req request); +void swrite(struct afb_req request);