* some fixes for the help system

This commit is contained in:
djcb
2012-09-19 10:44:16 +03:00
parent 257374076c
commit 7d8a58896e
4 changed files with 32 additions and 10 deletions

View File

@ -81,6 +81,10 @@ enum _MuConfigCmd {
typedef enum _MuConfigCmd MuConfigCmd;
#define mu_config_cmd_is_valid(C) \
((C) > MU_CONFIG_CMD_UNKNOWN && (C) < MU_CONFIG_CMD_NONE)
/* struct with all configuration options for mu; it will be filled
* from the config file, and/or command line arguments */