josch
0561a922c5
mfshell: add new folder command
2014-09-24 10:48:54 +02:00
josch
08c067a352
add const qualifiers to some variables
2014-09-23 09:28:58 +02:00
josch
e45d0e883d
add rmdir shell command and folder_delete api call
2014-09-20 14:37:24 +02:00
josch
097a855751
use gnu indent to enforce coding style and adapt source
...
- indent options are listed in ./.indent.pro
- use test case to run indent
2014-09-20 12:29:39 +02:00
josch
4b2563d800
remove the _t postfix from type names because POSIX reserves types ending in _t
2014-09-19 23:13:29 +02:00
josch
ef3b2aa844
Refactor code into utils, mfapi and mfshell
...
- utils is the low level library used by the others
- mfapi uses utils and implements the api and some wrappers
- mfshell uses mfapi and utils to provide a shell
2014-09-19 17:08:20 +02:00