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.
|
|
|
|
//
|
|
|
|
|
2016-10-31 16:13:42 +00:00
|
|
|
#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 0;
|
|
|
|
}
|