* WIP: rudimentary implementation of the 'cfind' command, to find contacts
This commit is contained in:
11
src/mu-cmd.h
11
src/mu-cmd.h
@ -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__*/
|
||||
|
||||
Reference in New Issue
Block a user