]> git.notmuchmail.org Git - notmuch/blobdiff - util/zlib-extra.h
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / util / zlib-extra.h
index 209fa9989437d8cf77bf9ac60c739cb9fcb47a8f..7532339b0df2000d8a70472e2107ebbf47e1669c 100644 (file)
@@ -27,6 +27,11 @@ gz_getline (void *ctx, char **lineptr, ssize_t *bytes_read, gzFile stream);
 const char *
 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 */
+const char *
+gzerror_str (gzFile file);
+
 #ifdef __cplusplus
 }
 #endif