]> git.notmuchmail.org Git - notmuch/blobdiff - util/zlib-extra.c
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / util / zlib-extra.c
index 2d2d24145ad1bb97d31c5ff6a3e6b117f8bb31ee..1f5f9dbeec012cfc0211914d369bc6748d9eb6bb 100644 (file)
@@ -85,3 +85,11 @@ gz_error_string (util_status_t status, gzFile file)
     else
        return util_error_string (status);
 }
     else
        return util_error_string (status);
 }
+
+const char *
+gzerror_str (gzFile file)
+{
+    int dummy;
+
+    return gzerror (file, &dummy);
+}