mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
add a const
This commit is contained in:
parent
3ecc871515
commit
9abf6f8970
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue