Deleted Added
full compact
fsck.h (8871) fsck.h (18286)
1/*
2 * Copyright (c) 1980, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 264 unchanged lines hidden (view full) ---

273int allocblk __P((long frags));
274int bread __P((int fd, char *buf, daddr_t blk, long size));
275void bufinit __P((void));
276void bwrite __P((int fd, char *buf, daddr_t blk, long size));
277void catch __P((int));
278void catchquit __P((int));
279void ckfini __P((void));
280int dofix __P((struct inodesc *idesc, char *msg));
1/*
2 * Copyright (c) 1980, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 264 unchanged lines hidden (view full) ---

273int allocblk __P((long frags));
274int bread __P((int fd, char *buf, daddr_t blk, long size));
275void bufinit __P((void));
276void bwrite __P((int fd, char *buf, daddr_t blk, long size));
277void catch __P((int));
278void catchquit __P((int));
279void ckfini __P((void));
280int dofix __P((struct inodesc *idesc, char *msg));
281__dead void errexit __P((const char *s1, ...)) __dead2;
281void errexit __P((const char *s1, ...)) __dead2;
282void flush __P((int fd, struct bufarea *bp));
283void freeblk __P((daddr_t blkno, long frags));
284int ftypeok __P((struct dinode *dp));
285void getblk __P((struct bufarea *bp, daddr_t blk, long size));
286struct bufarea * getdatablk __P((daddr_t blkno, long size));
287void getpathname __P((char *namebuf, ino_t curdir, ino_t ino));
282void flush __P((int fd, struct bufarea *bp));
283void freeblk __P((daddr_t blkno, long frags));
284int ftypeok __P((struct dinode *dp));
285void getblk __P((struct bufarea *bp, daddr_t blk, long size));
286struct bufarea * getdatablk __P((daddr_t blkno, long size));
287void getpathname __P((char *namebuf, ino_t curdir, ino_t ino));
288__dead void panic __P((const char *, ...)) __dead2;
288void panic __P((const char *, ...)) __dead2;
289void pfatal __P((const char *s1, ...));
290void pwarn __P((const char *s1, ...));
291int reply __P((char *question));
292void voidquit __P((int));
289void pfatal __P((const char *s1, ...));
290void pwarn __P((const char *s1, ...));
291int reply __P((char *question));
292void voidquit __P((int));