X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2Fzlib-extra.h;h=7532339b0df2000d8a70472e2107ebbf47e1669c;hb=2786aa4d548d28579c761e9358d44c84dfb29068;hp=296dc91441be04e0c32fbacd7938819750930c9b;hpb=2c1f783f5f4ad28d89f2e83d7253bae7bba98440;p=notmuch diff --git a/util/zlib-extra.h b/util/zlib-extra.h index 296dc914..7532339b 100644 --- a/util/zlib-extra.h +++ b/util/zlib-extra.h @@ -29,8 +29,8 @@ gz_error_string (util_status_t status, gzFile stream); /* Call gzerror with a dummy errno argument, the docs don't promise to * support the NULL case */ -inline const char * -gzerror_str(gzFile file) { int dummy; return gzerror (file, &dummy); } +const char * +gzerror_str (gzFile file); #ifdef __cplusplus }