X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fzlib-extra.h;fp=util%2Fzlib-extra.h;h=e9925c985330073398c01b53dffcf0d6e6fc208d;hp=296dc91441be04e0c32fbacd7938819750930c9b;hb=ad9c2e91a012920bebfe70bc472d44678abc3259;hpb=11ac932a4503872c19987b843d58513c4b9ef76f diff --git a/util/zlib-extra.h b/util/zlib-extra.h index 296dc914..e9925c98 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 }