X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=c68538fcc0a27d633336c37157ad6c5d7081a869;hp=1d3c0829530bff529528fbd3dd29f5d6f43533e5;hb=9a0df8128c1a2f92d03035aebbd7a90eb93ec601;hpb=e5beec39d6021c7b8c21e6d84050660ad6c69a96 diff --git a/notmuch-client.h b/notmuch-client.h index 1d3c0829..c68538fc 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -247,7 +247,7 @@ show_one_part (const char *filename, int part); void format_part_sprinter (const void *ctx, struct sprinter *sp, mime_node_t *node, - notmuch_bool_t first, notmuch_bool_t output_body, + notmuch_bool_t output_body, notmuch_bool_t include_html); void @@ -508,7 +508,7 @@ status_to_exit (notmuch_status_t status); #include "command-line-arguments.h" -extern char *notmuch_requested_db_uuid; +extern const char *notmuch_requested_db_uuid; extern const notmuch_opt_desc_t notmuch_shared_options []; void notmuch_exit_if_unmatched_db_uuid (notmuch_database_t *notmuch);