windows-fs-prototype-20080103
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 4 Jan 2008 07:48:37 +0000 (07:48 +0000)
committerJeffrey 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

index 5f2c3bd..b019ea5 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);