method names standardized

This commit is contained in:
John Jones 2016-11-10 16:36:34 -05:00
parent 32d187faa4
commit f42c92ea63
5 changed files with 27 additions and 6 deletions

View file

@ -24,6 +24,6 @@ struct BuildCfg {
//struct Repo repo;
};
int core_builder_new_node(struct Context* context, struct BuildCfg* build_cfg, struct IpfsNode* buildConfig);
int ipfs_core_builder_new_node(struct Context* context, struct BuildCfg* build_cfg, struct IpfsNode* buildConfig);
#endif /* builder_h */