forked from agorise/c-ipfs
6 lines
193 B
C
6 lines
193 B
C
#include "ipfs/core/builder.h"
|
|
|
|
int ipfs_core_builder_new_node(struct Context* context, struct BuildCfg* build_cfg, struct IpfsNode* buildConfig) {
|
|
// TODO: Implement this method
|
|
return 1;
|
|
}
|