/* Definitions for game transport protocol. Copyright (C) 1996, 1997, 1999, 2000 Stanley T. Shebs. Xconq is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. See the file COPYING. */ typedef struct a_rui { int rid; int active; } RUI; typedef struct a_rai { int active; } RAI; extern int hosting; extern int numremotes; extern int numremotewaiting; extern int my_rid; extern int master_rid; extern int tmprid; extern int downloading; extern int sendnow;