Fixed problems with original gzio() functions not being able to correctly return lengths of long rows.

This commit is contained in:
brian@zim.(none) 2006-12-03 22:09:32 -08:00
commit 4eba36ee3b
5 changed files with 247 additions and 72 deletions

View file

@ -158,6 +158,6 @@ public:
int max_row_length(const byte *buf);
bool fix_rec_buff(int length);
int unpack_row(azio_stream *file_to_read, char *record);
int pack_row(const byte *record);
unsigned long pack_row(const byte *record);
};