removed mmapHeader()
authorroot <devnull@localhost>
Fri, 16 Feb 1996 05:37:08 +0000 (05:37 +0000)
committerroot <devnull@localhost>
Fri, 16 Feb 1996 05:37:08 +0000 (05:37 +0000)
CVS patchset: 296
CVS date: 1996/02/16 05:37:08

lib/header.h

index a894673..fdc6f70 100644 (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);