* mu-config.[ch]: support the new mu-server command

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-29 23:36:36 +03:00
parent e95908cd93
commit 93ec32dcbf
2 changed files with 39 additions and 25 deletions

View File

@ -71,7 +71,8 @@ enum _MuConfigCmd {
MU_CONFIG_CMD_MV,
MU_CONFIG_CMD_ADD,
MU_CONFIG_CMD_REMOVE,
MU_CONFIG_CMD_SERVER,
MU_CONFIG_CMD_NONE,
};
typedef enum _MuConfigCmd MuConfigCmd;