mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
make App ID and API Key configurable via commandline
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user