mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +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;
|
} CommsAddrRec;
|
||||||
|
|
||||||
typedef XP_S16 (*TransportSend)( XP_U8* buf, XP_U16 len,
|
typedef XP_S16 (*TransportSend)( XP_U8* buf, XP_U16 len,
|
||||||
CommsAddrRec* addr,
|
const CommsAddrRec* addr,
|
||||||
void* closure );
|
void* closure );
|
||||||
|
|
||||||
CommsCtxt* comms_make( MPFORMAL XW_UtilCtxt* util,
|
CommsCtxt* comms_make( MPFORMAL XW_UtilCtxt* util,
|
||||||
|
|
Loading…
Reference in a new issue