method names standardized
This commit is contained in:
parent
32d187faa4
commit
f42c92ea63
5 changed files with 27 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue