* mu: create basics for the 'stats' command

This commit is contained in:
djcb
2012-10-17 23:56:47 +03:00
parent 578a4c7a54
commit 102eba19d9
5 changed files with 44 additions and 30 deletions

View File

@ -103,6 +103,18 @@ MuError mu_cmd_extract (MuConfig *opts, GError **err);
*/
MuError mu_cmd_mv (MuConfig *opts, GError **err);
/**
* execute the 'stats' command
*
* @param opts configuration options
* @param err receives error information, or NULL
*
* @return MU_OK (0) if the command succeeds,
* some error code otherwise
*/
MuError mu_cmd_stats (MuConfig *opts, GError **err);
/**
* execute the cfind command
*