mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
add a const
This commit is contained in:
parent
19734cc053
commit
cd8d18bd76
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