Memory and test fixes
This commit is contained in:
parent
a991dab1bc
commit
e756fdf510
16 changed files with 272 additions and 137 deletions
|
@ -12,7 +12,7 @@
|
|||
* @param file_name the file name to write to
|
||||
* @returns true(1) on success
|
||||
*/
|
||||
int ipfs_exporter_to_file(const unsigned char* hash, const char* file_name, const struct FSRepo* fs_repo);
|
||||
int ipfs_exporter_to_file(const unsigned char* hash, const char* file_name, struct IpfsNode* local_node);
|
||||
|
||||
/***
|
||||
* Retrieve a protobuf'd Node from the router
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue