From: Jeffrey Altman Date: Fri, 4 Jan 2008 07:48:37 +0000 (+0000) Subject: windows-fs-prototype-20080103 X-Git-Tag: BP-openafs-windows-kdfs-ifs~245 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d851dda5b7a84fa1acf5ccc93313df90922ce6b1;p=packages%2Fo%2Fopenafs.git windows-fs-prototype-20080103 LICENSE Fix types in prototypes to be consistent with function definitions --- diff --git a/src/WINNT/afsd/fs.h b/src/WINNT/afsd/fs.h index 5f2c3bd0a..b019ea506 100644 --- 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);