make App ID and API Key configurable via commandline

This commit is contained in:
josch
2014-09-23 19:18:23 +02:00
parent 036954df35
commit ab728c93da
3 changed files with 23 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ struct mfshell_user_options {
char *command;
char *server;
char *config;
int app_id;
char *api_key;
};
void print_help(const char *cmd);