X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=b11caff875985ba9e876387ce8f7db0110683f04;hp=112574c75628c0c40849bc7459ec89438d8282eb;hb=7018fc58b4ebf6e2c52102c0443169f8120db261;hpb=3a08341e504d7f9b27f8a67a2fed223a38edb706 diff --git a/notmuch-client.h b/notmuch-client.h index 112574c7..b11caff8 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -183,7 +183,8 @@ format_part_json (const void *ctx, struct sprinter *sp, mime_node_t *node, notmuch_bool_t first, notmuch_bool_t output_body); void -format_headers_json (const void *ctx, GMimeMessage *message, notmuch_bool_t reply); +format_headers_json (struct sprinter *sp, GMimeMessage *message, + notmuch_bool_t reply); typedef enum { NOTMUCH_SHOW_TEXT_PART_REPLY = 1 << 0,