* WIP: rudimentary implementation of the 'cfind' command, to find contacts

This commit is contained in:
Dirk-Jan C. Binnema
2011-03-02 23:26:54 +02:00
parent 17eb035bd2
commit b9be7f210c
5 changed files with 52 additions and 3 deletions

View File

@ -92,6 +92,17 @@ MuExitCode mu_cmd_find (MuConfig *opts);
MuExitCode mu_cmd_extract (MuConfig *opts);
/**
* execute the cfind command
*
* @param opts configuration options
*
* @return MU_EXITCODE_OK (0) if the command succeeds,
* MU_EXITCODE_ERROR otherwise
*/
MuExitCode mu_cmd_cfind (MuConfig *opts);
G_END_DECLS
#endif /*__MU_CMD_H__*/