]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-fs-prototype-20080103
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 4 Jan 2008 07:49:30 +0000 (07:49 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 4 Jan 2008 07:49:30 +0000 (07:49 +0000)
LICENSE

Fix types in prototypes to be consistent with function definitions

(cherry picked from commit d851dda5b7a84fa1acf5ccc93313df90922ce6b1)

src/WINNT/afsd/fs.h

index 5f2c3bd0a79f0b3038c8ca2b305786e9bb5543e4..b019ea506696263e2ca9e56f1244335234938039 100644 (file)
@@ -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);