mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing prototype for cread().
This commit is contained in:
parent
83f3d4e5e5
commit
ec3f495c76
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue