client.h 248 B

12345678910
  1. char* getroot(void);
  2. void doplay(char*);
  3. void fillbrowsebot(char*);
  4. void fillbrowsetop(char*);
  5. void fillplaytext(char*);
  6. void addchild(char*, char*);
  7. void addparent(char*);
  8. char *getoneliner(char*);
  9. char *getparent(char*);
  10. void addplaytext(char*);