mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
add a const
This commit is contained in:
parent
6a729ec2fa
commit
c85d3d88d9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ typedef struct LinuxBMStruct {
|
|||
XP_U8 nBytes;
|
||||
} LinuxBMStruct;
|
||||
|
||||
DictionaryCtxt* linux_dictionary_make( MPFORMAL char* dictFileName );
|
||||
DictionaryCtxt* linux_dictionary_make( MPFORMAL const char* dictFileName );
|
||||
|
||||
int initListenerSocket( int port );
|
||||
XP_S16 linux_tcp_send( XP_U8* buf, XP_U16 buflen, const CommsAddrRec* addrRec,
|
||||
|
|
Loading…
Reference in a new issue