home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / WSC4C21.ZIP / CONFIG.H < prev    next >
Encoding:
Text File  |  1997-05-22  |  389 b   |  15 lines

  1. void CheckAll(void);
  2. void UncheckAll(void);
  3. void SetBaud(int);
  4. void SetThePort(int);
  5. void SetParity(int);
  6. void SetStopBits(int);
  7. void SetWordLength(int);
  8. int GetBaud(void);
  9. int GetParity(void);
  10. int GetStopBits(void);
  11. int GetWordLength(void);
  12. int GetPort(void);
  13. void SetText(LPSTR);
  14. void SetTitle(void);
  15.