mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-05 23:13:09 +00:00
5 lines
130 B
C
5 lines
130 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "../vendor/nim-codex/library/libcodex.h"
|
||
|
|
|
||
|
|
extern void callback(int ret, char* msg, size_t len, void* resp);
|