mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
Error code used with method to check consistency of BT address.
This commit is contained in:
parent
3374849111
commit
ff7a3bfe63
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ typedef enum {
|
||||||
ERR_REG_UNEXPECTED_USER, /* server asked to register too many remote
|
ERR_REG_UNEXPECTED_USER, /* server asked to register too many remote
|
||||||
users */
|
users */
|
||||||
ERR_REG_SERVER_SANS_REMOTE,
|
ERR_REG_SERVER_SANS_REMOTE,
|
||||||
|
STR_NEED_BT_HOST_ADDR,
|
||||||
#endif
|
#endif
|
||||||
ERR_CANT_TRADE_MID_MOVE,
|
ERR_CANT_TRADE_MID_MOVE,
|
||||||
/* ERR_CANT_ENGINE_MID_MOVE, */
|
/* ERR_CANT_ENGINE_MID_MOVE, */
|
||||||
|
|
Loading…
Reference in a new issue