X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Frx%2Frx_prototypes.h;h=89b560042292d6f3657f83caa68239df9b25d0d4;hp=5ca81fbdb071478703b660a27729686ffb82de27;hb=4398d6277dacde8464c0db7a73d5ecb37039823f;hpb=4bf68765b6d2a04c388ae9a5e6f134c0505a785b diff --git a/src/rx/rx_prototypes.h b/src/rx/rx_prototypes.h index 5ca81fb..89b5600 100644 --- a/src/rx/rx_prototypes.h +++ b/src/rx/rx_prototypes.h @@ -605,8 +605,12 @@ extern void rxi_InitPeerParams(struct rx_peer *pp); extern int rxi_HandleSocketError(int socket); #if defined(AFS_AIX32_ENV) && !defined(KERNEL) +#ifndef osi_Alloc extern void *osi_Alloc(afs_int32 x); +#endif +#ifndef osi_Free extern void osi_Free(void *x, afs_int32 size); +#endif #endif /* defined(AFS_AIX32_ENV) && !defined(KERNEL) */ extern void rx_GetIFInfo(void);