Adapt everything in BT5 to new capnhook API

This includes:
- Renaming of functions (iohook_invoke_next)
- Slight interface changes (com_proxy_wrap, iohook_push_handler)
- De-duplicate stuff from utils (iobuf, hr)
This commit is contained in:
icex2
2020-09-02 19:35:15 +00:00
parent a016f27652
commit f9c0733af3
52 changed files with 265 additions and 333 deletions
-1
View File
@@ -7,7 +7,6 @@ src_util := \
crypto.c \
fs.c \
hex.c \
hr.c \
iobuf.c \
list.c \
log.c \