The files named below are necessary for the compilation and subsequent
execution of the talk4 program.

README			- documentation file
MANIFEST		- this file (directory listing)
Makefile		- makefile, issue command "make" to compile all
ctl.c			- control code *
ctl.h			- control definitions *
ctl_transact.c		- control transactions *
curses_def.h 		- definition file for curses
get_addrs.c		- get addres *
get_names.c		- get user names *
init_disp.c		- initialize (curses) display 
invite.c		- invite *
io.c			- io
look_up.c		- look up *
master_talk.c		- master (guts of operations)
msgs.c			- message handler *
slave_talk.c		- slave 
talk.h			- talk definitions
talk_ctl.h		- talk control definitions *

* Note : these are all standard talk files.  All else is code dealing with
         the talk4 program.  
