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 | 852288b2a0bf16d619f8a5488bab663dd951e074 (patch) | |
tree | d7a3333c8472e50a9afa1ad27f0045f0ce022912 | |
parent | cf572a4fa65f0015434f51f95bf61831df007d30 (diff) |
Formerly ufs.h.~27~
-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); |