summaryrefslogtreecommitdiff
path: root/archivers/libcomprex/files/patch-header.c
blob: 5a6fd4b4c673d96edf67859b0114a612ae89673a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- modules/archive/zip/header.c.orig	Sun Aug 15 18:08:32 2004
+++ modules/archive/zip/header.c	Sun Aug 15 18:08:34 2004
@@ -25,7 +25,7 @@
 #include "zip.h"
 
 
-ZipStatus
+CxStatus
 cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp)
 {
 	char buffer[ZIP_LOCAL_HEADER_SIZE];