]> git.notmuchmail.org Git - notmuch/blobdiff - util/zlib-extra.h
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / util / zlib-extra.h
index 296dc91441be04e0c32fbacd7938819750930c9b..7532339b0df2000d8a70472e2107ebbf47e1669c 100644 (file)
@@ -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
 }