Add missing prototype for cread().

This commit is contained in:
Ian Dowse 2003-11-04 12:27:18 +00:00
parent 83f3d4e5e5
commit ec3f495c76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122047

View File

@ -111,6 +111,7 @@ int mapdirs(ino_t maxino, long *tapesize);
void ufs1_blksout(ufs1_daddr_t *blkp, int frags, ino_t ino);
void ufs2_blksout(ufs2_daddr_t *blkp, int frags, ino_t ino);
void bread(ufs2_daddr_t blkno, char *buf, int size);
ssize_t cread(int fd, void *buf, size_t nbytes, off_t offset);
void dumpino(union dinode *dp, ino_t ino);
void dumpmap(char *map, int type, ino_t ino);
void writeheader(ino_t ino);