Deleted Added
full compact
extern.h (18286) extern.h (21174)
1/*-
2 * Copyright (c) 1992, 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

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

31 * SUCH DAMAGE.
32 *
33 * @(#)extern.h 8.2 (Berkeley) 1/7/94
34 */
35
36struct entry *addentry __P((char *, ino_t, int));
37long addfile __P((char *, ino_t, int));
38void badentry __P((struct entry *, char *));
1/*-
2 * Copyright (c) 1992, 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

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

31 * SUCH DAMAGE.
32 *
33 * @(#)extern.h 8.2 (Berkeley) 1/7/94
34 */
35
36struct entry *addentry __P((char *, ino_t, int));
37long addfile __P((char *, ino_t, int));
38void badentry __P((struct entry *, char *));
39void canon __P((char *, char *));
39void canon __P((char *, char *, int));
40void checkrestore __P((void));
41void closemt __P((void));
42void createfiles __P((void));
43void createleaves __P((char *));
44void createlinks __P((void));
45long deletefile __P((char *, ino_t, int));
46void deleteino __P((ino_t));
47ino_t dirlookup __P((const char *));

--- 61 unchanged lines hidden ---
40void checkrestore __P((void));
41void closemt __P((void));
42void createfiles __P((void));
43void createleaves __P((char *));
44void createlinks __P((void));
45long deletefile __P((char *, ino_t, int));
46void deleteino __P((ino_t));
47ino_t dirlookup __P((const char *));

--- 61 unchanged lines hidden ---