1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-02-16 00:47:24 +00:00
Ivan FB a81092e952
libwaku: simpler ctx mgmt. Param now receiving void* instead of void** ()
This change is needed so that interoperability with other languages becomes simpler.
Particularly, this simplification is needed from the Python point of view,
where it is tricky to pass a void** as a parameter to an FFI function.
2024-02-07 15:24:03 +01:00
..