node/ipfs_lite_store.h¶
Source code¶
#ifndef IPFS_LITE_STORE_H
#define IPFS_LITE_STORE_H
#include <sys/types.h>
// typedef struct IPFS_val {
// size_t mv_size; /**< size of the data item */
// void *mv_data; /**< address of the data item */
// } IPFS_val;
#endif
Updated on 2026-03-04 at 13:10:44 -0800