add a const

This commit is contained in:
ehouse 2005-07-30 01:48:17 +00:00
parent 3ecc871515
commit 9abf6f8970

View file

@ -70,7 +70,7 @@ typedef struct CommsAddrRec {
} CommsAddrRec;
typedef XP_S16 (*TransportSend)( XP_U8* buf, XP_U16 len,
CommsAddrRec* addr,
const CommsAddrRec* addr,
void* closure );
CommsCtxt* comms_make( MPFORMAL XW_UtilCtxt* util,