/* $Header: /afs/athena.mit.edu/user/j/jik/sipbsrc/src/gameserver/RCS/user.h,v 1.4 88/12/19 22:55:41 jik Exp $ */
/* $Log:	user.h,v $
 * Revision 1.4  88/12/19  22:55:41  jik
 * changed gameserver to pit-manager
 * 
 * Revision 1.3  87/04/05  08:53:03  spook
 * Changed to canonical name for charon.
 * 
 * Revision 1.2  85/03/08  22:02:05  jtkohl
 * no changes (??)
 * 
 * Revision 1.1  85/01/31  14:13:09  jtkohl
 * Initial revision
 *  */

#ifndef GAMESERVER_HOST_NAME
#define GAMESERVER_HOST_NAME "PIT-MANAGER.MIT.EDU"
#endif

struct game_info {
    int type;
    int id;
};

