View | Details | Raw Unified | Return to bug 172213 | Differences between
and this patch

Collapse All | Expand All

(-)lib/src/libcommon.h (-1 / +1 lines)
Lines 188-194 Link Here
188
}
188
}
189
189
190
namespace zip {
190
namespace zip {
191
typedef ResourceWrapper<void, void*, int, gzclose> gzFile;
191
typedef ResourceWrapper<struct gzFile_s, struct gzFile_s *, int, gzclose> gzFileWrapper;
192
}
192
}
193
193
194
/* Create a new temporary file. Return file name in file name encoding.
194
/* Create a new temporary file. Return file name in file name encoding.

Return to bug 172213