* mu-cmd: add cleanup command, de-activate 'link' and 'help'

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-04 20:21:03 +02:00
parent cb2b5b555f
commit b2c2c44ee6
2 changed files with 99 additions and 36 deletions

View File

@ -29,9 +29,11 @@ G_BEGIN_DECLS
enum _MuCmd {
MU_CMD_INDEX,
MU_CMD_QUERY,
MU_CMD_CLEANUP,
MU_CMD_MKDIR,
MU_CMD_LINK,
MU_CMD_HELP,
/* not currently present */
/* MU_CMD_LINK, */
/* MU_CMD_HELP, */
MU_CMD_UNKNOWN
};