mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
6 lines
123 B
C
6 lines
123 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include "libcodex.h"
|
|
|
|
extern void callback(int ret, char* msg, size_t len, void* resp); |