X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=e1efbe0c82520e1fc186c40f4a1eb3b9ef2634b3;hp=d11064824ddf3ad0eed8fa5944a2e9b6e6477e19;hb=3c13bc0321baaf340663779d6fce2b1f34c1c2c3;hpb=69867c33fa946514e9de6efff0541762b2755484 diff --git a/notmuch-client.h b/notmuch-client.h index d1106482..e1efbe0c 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -450,7 +450,9 @@ typedef enum dump_formats { int notmuch_database_dump (notmuch_database_t *notmuch, const char *output_file_name, - const char *query_str, dump_format_t output_format); + const char *query_str, + dump_format_t output_format, + notmuch_bool_t gzip_output); #include "command-line-arguments.h" #endif