equal
deleted
inserted
replaced
138 for end of file. |
138 for end of file. |
139 IN assertion: the stream s has been sucessfully opened for reading. |
139 IN assertion: the stream s has been sucessfully opened for reading. |
140 */ |
140 */ |
141 |
141 |
142 |
142 |
|
143 #if 0 /* not actually used anymore, at this point. */ |
143 local int unzlocal_getByte(fin,pi) |
144 local int unzlocal_getByte(fin,pi) |
144 void *fin; |
145 void *fin; |
145 int *pi; |
146 int *pi; |
146 { |
147 { |
147 PHYSFS_uint8 c; |
148 PHYSFS_uint8 c; |
157 return UNZ_EOF; |
158 return UNZ_EOF; |
158 else |
159 else |
159 return UNZ_ERRNO; |
160 return UNZ_ERRNO; |
160 } |
161 } |
161 } |
162 } |
162 |
163 #endif |
163 |
164 |
164 /* =========================================================================== |
165 /* =========================================================================== |
165 Reads a long in LSB order from the given gz_stream. Sets |
166 Reads a long in LSB order from the given gz_stream. Sets |
166 */ |
167 */ |
167 local int unzlocal_getShort (fin,pX) |
168 local int unzlocal_getShort (fin,pX) |