removed mmapHeader()

CVS patchset: 296
CVS date: 1996/02/16 05:37:08
This commit is contained in:
root 1996-02-16 05:37:08 +00:00
parent f974adb86c
commit b6c44dc284
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ typedef struct headerIteratorS *HeaderIterator;
/* read and write a header from a file */
Header readHeader(int fd);
Header mmapHeader(int fd, long offset);
void writeHeader(int fd, Header h);
unsigned int sizeofHeader(Header h);