add rmdir shell command and folder_delete api call

This commit is contained in:
josch
2014-09-20 14:37:24 +02:00
parent 097a855751
commit e45d0e883d
6 changed files with 112 additions and 2 deletions

View File

@@ -52,4 +52,6 @@ int mfshell_cmd_get(mfshell * mfshell, int argc, char **argv);
int mfshell_cmd_whoami(mfshell * mfshell, int argc, char **argv);
int mfshell_cmd_rmdir(mfshell * mfshell, int argc, char **argv);
#endif