summaryrefslogtreecommitdiff
path: root/ufs/ufs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ufs/ufs.h')
-rw-r--r--ufs/ufs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ufs/ufs.h b/ufs/ufs.h
index 6d706100..20f67203 100644
--- a/ufs/ufs.h
+++ b/ufs/ufs.h
@@ -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);