X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-client.h;h=5e0d47508c6af495c4c5097a29e9d5b5cc72742b;hb=5c27136e64dab2f90995de0bfa37c54186a2fae1;hp=e1efbe0c82520e1fc186c40f4a1eb3b9ef2634b3;hpb=4387112de00d27e6957ca2b6a268242f0bb5c756;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index e1efbe0c..5e0d4750 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -198,6 +198,9 @@ notmuch_restore_command (notmuch_config_t *config, int argc, char *argv[]); int notmuch_search_command (notmuch_config_t *config, int argc, char *argv[]); +int +notmuch_address_command (notmuch_config_t *config, int argc, char *argv[]); + int notmuch_setup_command (notmuch_config_t *config, int argc, char *argv[]);