Beginnings of handling multiple files
This commit is contained in:
parent
8f44c857db
commit
9d77b2709f
3 changed files with 88 additions and 31 deletions
|
@ -17,6 +17,6 @@ int ipfs_import_file(const char* fileName, struct Node** node, struct FSRepo* fs
|
|||
* @param argc the number of arguments
|
||||
* @param argv the arguments
|
||||
*/
|
||||
int ipfs_import(int argc, char** argv);
|
||||
int ipfs_import_files(int argc, char** argv);
|
||||
|
||||
#endif /* INCLUDE_IPFS_IMPORTER_IMPORTER_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue