mfshell: add changes command, mfapi: add device/get_changes

This commit is contained in:
josch
2014-09-25 13:04:40 +02:00
parent 2e28ae16e2
commit 975e75cc6f
7 changed files with 235 additions and 10 deletions

View File

@@ -76,4 +76,7 @@ int mfshell_cmd_rmdir(mfshell * mfshell, int argc,
int mfshell_cmd_status(mfshell * mfshell, int argc,
char *const argv[]);
int mfshell_cmd_changes(mfshell * mfshell, int argc,
char *const argv[]);
#endif