X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;fp=notmuch-client.h;h=ebd43e8d296ec775808f527b757b73c137528235;hp=6cb8182090241b43d11749d3e45aab3fcbc286c8;hb=24ff33082ab1a35c7a31835fba80ade145596422;hpb=0d0918f604c5da419c08e3bfae005a4820395997 diff --git a/notmuch-client.h b/notmuch-client.h index 6cb81820..ebd43e8d 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -500,6 +500,7 @@ print_status_gzbytes (const char *loc, /* the __location__ macro is defined in talloc.h */ #define ASSERT_GZBYTES(file, bytes) ((print_status_gzbytes (__location__, file, bytes)) ? exit (1) : 0) #define GZPRINTF(file, fmt, ...) ASSERT_GZBYTES (file, gzprintf (file, fmt, ##__VA_ARGS__)); +#define GZPUTS(file, str) ASSERT_GZBYTES(file, gzputs (file, str)); #include "command-line-arguments.h"