feat(define kv.h): include in .stellar/

This commit is contained in:
yangwei
2024-11-25 19:22:20 +08:00
parent 1199e9d83f
commit 4008363820
3 changed files with 337 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ typedef void mq_msg_free_cb_func(void *msg, void *msg_free_arg);
typedef void on_msg_cb_func(int topic_id, void *msg, void *on_msg_arg);
typedef void on_msg_dispatch_cb_func(int topic_id,
void *msg,
on_msg_cb_func* on_msg_cb,
on_msg_cb_func *on_msg_cb,
void *on_msg_cb_arg,
void *dispatch_arg);