Beginnings of handling multiple files

This commit is contained in:
jmjatlanta 2016-12-27 21:39:58 -05:00
parent 8f44c857db
commit 9d77b2709f
3 changed files with 88 additions and 31 deletions

View file

@ -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_ */