home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet Server 1.0 / interface.h < prev    next >
Encoding:
Text File  |  1996-01-14  |  267 b   |  12 lines  |  [TEXT/KAHL]

  1. /*
  2. Copyright © 1994 Mikhail Fridberg. Part of this code is copyrighted by Steve Falkenburg
  3.  
  4. Telnet-based talk server/client
  5. */
  6.  
  7.  
  8. void InitInterface(void);
  9. Boolean HandleDialogEvents(EventRecord *ev);
  10. void HandleMouseDown(Point mouseHit);
  11. void UpdateNumberList(void);
  12.