mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add comms_getInitialAddr
This commit is contained in:
parent
abc866af74
commit
3d27d0d882
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ void comms_destroy( CommsCtxt* comms );
|
|||
void comms_setConnID( CommsCtxt* comms, XP_U32 connID );
|
||||
|
||||
void comms_getAddr( CommsCtxt* comms, CommsAddrRec* addr );
|
||||
/* "static" method provides default when no comms present */
|
||||
void comms_getInitialAddr( CommsAddrRec* addr );
|
||||
void comms_setAddr( CommsCtxt* comms, CommsAddrRec* addr );
|
||||
|
||||
CommsConnType comms_getConType( CommsCtxt* comms );
|
||||
|
|
Loading…
Reference in a new issue