Files in this directory are for Lab 5 15-213 Spring 2000

README:		this file

Makefile: 	sample makefile for this Lab

defs.h: 	the common header file that contains constants and data types
		you must use in your client code. You must include this file 
		in your source code.  You must not modify this file.

/*
 * The following three files are just for your reference. 
 * You do not need to modify them.
*/

server.h: 	header file private to chatserver
server_util.c: 	utility functions for chatserver
server_main.c: 	chatserver main function


room.cfg: 	a sample room configuration file, feel free to change it

