afs_int32 gid, afs_int32 *cid);
static afs_int32 getCPS(struct rx_call *call, afs_int32 aid, prlist *alist,
afs_int32 *over, afs_int32 *cid);
-static afs_int32 getCPS2(struct rx_call *call, afs_int32 aid, afs_int32 ahost,
+static afs_int32 getCPS2(struct rx_call *call, afs_int32 aid, afs_uint32 ahost,
prlist *alist, afs_int32 *over, afs_int32 *cid);
-static afs_int32 getHostCPS(struct rx_call *call, afs_int32 ahost,
+static afs_int32 getHostCPS(struct rx_call *call, afs_uint32 ahost,
prlist *alist, afs_int32 *over);
static afs_int32 listMax(struct rx_call *call, afs_int32 *uid, afs_int32 *gid);
static afs_int32 setMax(struct rx_call *call, afs_int32 aid, afs_int32 gflag,
afs_int32 *flag, afs_int32 *cid);
#if IP_WILDCARDS
static afs_int32 addWildCards(struct ubik_trans *tt, prlist *alist,
- afs_int32 host);
+ afs_uint32 host);
#endif
static afs_int32 WhoIsThisWithName(struct rx_call *acall,
struct ubik_trans *at, afs_int32 *aid,
}
static afs_int32
-getCPS2(struct rx_call *call, afs_int32 aid, afs_int32 ahost, prlist *alist,
+getCPS2(struct rx_call *call, afs_int32 aid, afs_uint32 ahost, prlist *alist,
afs_int32 *over, afs_int32 *cid)
{
register afs_int32 code;
}
afs_int32
-getHostCPS(struct rx_call *call, afs_int32 ahost, prlist *alist,
+getHostCPS(struct rx_call *call, afs_uint32 ahost, prlist *alist,
afs_int32 *over)
{
register afs_int32 code, temp;
#if IP_WILDCARDS
static afs_int32
-addWildCards(struct ubik_trans *tt, prlist *alist, afs_int32 host)
+addWildCards(struct ubik_trans *tt, prlist *alist, afs_uint32 host)
{
afs_int32 temp;
struct prentry tentry;
extern int pr_IdToName(idlist *ids, namelist *names);
extern int pr_SIdToName(afs_int32 id, char name[PR_MAXNAMELEN]);
extern int pr_GetCPS(afs_int32 id, prlist *CPS);
-extern int pr_GetCPS2(afs_int32 id, afs_int32 host, prlist *CPS);
-extern int pr_GetHostCPS(afs_int32 host, prlist *CPS);
+extern int pr_GetCPS2(afs_int32 id, afs_uint32 host, prlist *CPS);
+extern int pr_GetHostCPS(afs_uint32 host, prlist *CPS);
extern int pr_ListMembers(char *group, namelist *lnames);
extern int pr_ListOwned(afs_int32 oid, namelist *lnames, afs_int32 *moreP);
extern int pr_IDListMembers(afs_int32 gid, namelist *lnames);