c-ipfs/core/builder.c

15 lines
318 B
C
Raw Normal View History

2016-10-27 18:11:34 +00:00
//
// builder.c
// c-ipfs
//
// Created by John Jones on 10/27/16.
// Copyright © 2016 JMJAtlanta. All rights reserved.
//
#include "ipfs/core/builder.h"
2016-10-27 18:11:34 +00:00
int core_builder_new_node(struct Context* context, struct BuildCfg* build_cfg, struct IpfsNode* buildConfig) {
// TODO: Implement this methods
return 1;
2016-10-27 18:11:34 +00:00
}