diff options
Diffstat (limited to 'FICS/playerdb.h')
-rw-r--r-- | FICS/playerdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h index 403533e..de2fe5d 100644 --- a/FICS/playerdb.h +++ b/FICS/playerdb.h @@ -127,6 +127,7 @@ typedef struct _player { int side; // Only valid if game is >= 0 int partner; int registered; + int seek; // new int socket; int sopen; int status; |