c-ipfs/core/builder.c

8 lines
214 B
C
Raw Normal View History

#include <pthread.h>
#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
return 1;
2016-10-27 18:11:34 +00:00
}