git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6034868
)
windows-fs-prototype-20080103
author
Jeffrey Altman
<jaltman@secure-endpoints.com>
Fri, 4 Jan 2008 07:48:37 +0000 (07:48 +0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Fri, 4 Jan 2008 07:48:37 +0000 (07:48 +0000)
LICENSE
Fix types in prototypes to be consistent with function definitions
src/WINNT/afsd/fs.h
patch
|
blob
|
history
diff --git
a/src/WINNT/afsd/fs.h
b/src/WINNT/afsd/fs.h
index
5f2c3bd
..
b019ea5
100644
(file)
--- a/
src/WINNT/afsd/fs.h
+++ b/
src/WINNT/afsd/fs.h
@@
-17,7
+17,7
@@
static int PruneList (struct AclEntry **ae, int dfs);
static int CleanAcl(struct Acl *aa, char *fname);
-static int SetVolCmd(struct cmd_syndesc *as, char *arock);
+static int SetVolCmd(struct cmd_syndesc *as, void *arock);
static int GetCellName(char *cellNamep, struct afsconf_cell *infop);