mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-04 08:03:15 +00:00
6 lines
140 B
Nim
6 lines
140 B
Nim
|
|
|
||
|
|
type
|
||
|
|
WakuCallBack* = proc(callerRet: cint,
|
||
|
|
msg: ptr cchar,
|
||
|
|
len: csize_t) {.cdecl, gcsafe.}
|