2017-09-20 17:39:26 +00:00
|
|
|
#include <pthread.h>
|
2016-10-31 16:13:42 +00:00
|
|
|
#include "ipfs/core/builder.h"
|
2016-10-27 18:11:34 +00:00
|
|
|
|
2016-11-10 21:36:34 +00:00
|
|
|
int ipfs_core_builder_new_node(struct Context* context, struct BuildCfg* build_cfg, struct IpfsNode* buildConfig) {
|
|
|
|
// TODO: Implement this method
|
2016-11-10 13:28:51 +00:00
|
|
|
return 1;
|
2016-10-27 18:11:34 +00:00
|
|
|
}
|