summaryrefslogtreecommitdiff
path: root/sys/src/cmd/hjfs/fns.h
diff options
context:
space:
mode:
authorspew <devnull@localhost>2017-03-27 21:27:45 -0500
committerspew <devnull@localhost>2017-03-27 21:27:45 -0500
commit2e64925b91b4fc19d770dc685c3182121ce6e551 (patch)
tree97df0d3aaa06e87a50a8dfc36353a26be5a38ceb /sys/src/cmd/hjfs/fns.h
parente02bc28aaf0acd21195914dc1f116651ade2b7b5 (diff)
hjfs: add simple scan check of directory entry blocks
Diffstat (limited to 'sys/src/cmd/hjfs/fns.h')
-rw-r--r--sys/src/cmd/hjfs/fns.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/hjfs/fns.h b/sys/src/cmd/hjfs/fns.h
index 788440993..0a2cb8667 100644
--- a/sys/src/cmd/hjfs/fns.h
+++ b/sys/src/cmd/hjfs/fns.h
@@ -54,4 +54,3 @@ int ingroup(Fs *, short, short, int);
void workerinit(void);
void writeusers(Fs *);
void readusers(Fs *);
-int checkblk(uvlong);