diff options
Diffstat (limited to 'low-can-binding/binding/low-can-hat.hpp')
-rw-r--r-- | low-can-binding/binding/low-can-hat.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/low-can-binding/binding/low-can-hat.hpp b/low-can-binding/binding/low-can-hat.hpp index 162a8e59..1f550a82 100644 --- a/low-can-binding/binding/low-can-hat.hpp +++ b/low-can-binding/binding/low-can-hat.hpp @@ -40,3 +40,5 @@ void auth(struct afb_req request); void subscribe(struct afb_req request); void unsubscribe(struct afb_req request); void write(struct afb_req request); +void get(struct afb_req request); +void list(struct afb_req request); |