diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-03 19:06:38 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-03 19:06:38 +0000 |
commit | 0ae2901ce73d17da45be0af289dc4b50b0d207e8 (patch) | |
tree | cf13102c47002c13986915b0a6137271928bcab7 /ufs | |
parent | 8af736c549ec9d5eb69487f41222950d6f366193 (diff) |
Formerly ufs.h.~27~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/ufs.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -292,3 +292,7 @@ void ffs_clrblock(struct fs *, u_char *, daddr_t); void ffs_setblock (struct fs *, u_char *, daddr_t); int skpc (int, int, char *); int scanc (u_int, u_char *, u_char [], int); + +/* From pokeloc.c: */ +void record_poke (void *, vm_size_t); +void sync_disk (int); |