home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / pmtermsr.lzh / proto.h < prev    next >
Text File  |  1995-10-13  |  257b  |  12 lines

  1.  
  2. void AsyncReadThread(void *arg);
  3. ULONG QueryMaxRate(HFILE hf);
  4.  
  5. void ErrMesg(PDATA *pdata, char *fmt, ...);
  6.  
  7. void PaintLines(HWND hwnd, int startline, int endline);
  8. void Cls(HWND hwnd);
  9.  
  10. void Settings(PDATA *pdata);
  11. int SetupPort(PDATA *pdata);
  12.