summaryrefslogtreecommitdiff
path: root/sys/src/cmd/hjfs/fns.h
diff options
context:
space:
mode:
authoraiju <aiju@phicode.de>2012-08-08 10:14:20 +0200
committeraiju <aiju@phicode.de>2012-08-08 10:14:20 +0200
commit9e608833e922c318b431aead7874a8f8f1539ae7 (patch)
tree25f41f5a4ac655eb2b0e2214d4bd0a450d762505 /sys/src/cmd/hjfs/fns.h
parentf2c70fe2f708446794af299b1130b7aaf8dc73e5 (diff)
hjfs: various fixes
Diffstat (limited to 'sys/src/cmd/hjfs/fns.h')
-rw-r--r--sys/src/cmd/hjfs/fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/hjfs/fns.h b/sys/src/cmd/hjfs/fns.h
index 35e36fa06..510392bc6 100644
--- a/sys/src/cmd/hjfs/fns.h
+++ b/sys/src/cmd/hjfs/fns.h
@@ -20,7 +20,7 @@ int chanread(Chan *, void *, ulong, uvlong);
int chanstat(Chan *, Dir *);
int chanwstat(Chan *, Dir *);
int permcheck(Fs *, Dentry *, short, int);
-char * uid2name(Fs *, short);
+char * uid2name(Fs *, short, char *);
int name2uid(Fs *, char *, short *);
void start9p(char *, int);
int chanclunk(Chan *);