home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / ctb.h < prev    next >
Encoding:
Text File  |  1993-03-16  |  735 b   |  19 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. /************************************************************************
  3.  * declarations for dealing with ctb streams
  4.  ************************************************************************/
  5. int CTBConnectTrans(UPtr serverName, short port);
  6. int CTBSendTrans(short count, UPtr text,long size, ...);
  7. int CTBRecvTrans(UPtr line,long *size);
  8. int CTBDisTrans(void);
  9. int CTBDestroyTrans(void);
  10. int CTBTransError(void);
  11. int GenSendWDS(wdsEntry *theWDS);
  12. void CTBSilenceTrans(Boolean silence);
  13. Boolean InitCTB(Boolean makeUser);
  14. short DialThePhone(void);
  15. void HangUpThePhone(void);
  16. short CTBNavigateSTRN(short id);
  17. UPtr CTBWhoAmI(Uptr who);
  18. void MyCMIdle(void);
  19.