refactor option and config handling

This commit is contained in:
josch
2014-09-23 13:51:32 +02:00
parent cf410aa820
commit f85072e465
8 changed files with 432 additions and 322 deletions

View File

@@ -61,6 +61,10 @@ int mfshell_exec(mfshell * mfshell, int argc, char *const argv[]);
int mfshell_exec_shell_command(mfshell * mfshell, char *command);
void mfshell_parse_commands(mfshell * shell, char *command);
void mfshell_run(mfshell * shell);
void mfshell_destroy(mfshell * shell);
#endif