/* Prototypes for functions defined in
robot_main.c
 */

extern char * myname;

int main(int argc,
         char ** argv);

void client_play(PORT to_server, PORT from_server);

void robot_exit(void);

void talk(char * text);

