summaryrefslogtreecommitdiff
path: root/sys/src/cmd/hjfs/fns.h
diff options
context:
space:
mode:
authorspew <devnull@localhost>2017-03-27 09:55:56 -0500
committerspew <devnull@localhost>2017-03-27 09:55:56 -0500
commit347bb2a7a7110e55debd5ebe57ba03bbe315c5ba (patch)
treed4d22e29d8f8c9f2287f62ed58a3b0223fe3b7c3 /sys/src/cmd/hjfs/fns.h
parent5aa501870b9aa8095ae3bff7d39f55225a7b46b1 (diff)
hjfs: start implementation of checking a directory
Diffstat (limited to 'sys/src/cmd/hjfs/fns.h')
-rw-r--r--sys/src/cmd/hjfs/fns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/hjfs/fns.h b/sys/src/cmd/hjfs/fns.h
index 0a2cb8667..788440993 100644
--- a/sys/src/cmd/hjfs/fns.h
+++ b/sys/src/cmd/hjfs/fns.h
@@ -54,3 +54,4 @@ int ingroup(Fs *, short, short, int);
void workerinit(void);
void writeusers(Fs *);
void readusers(Fs *);
+int checkblk(uvlong);