home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Telnet 2.7b5 / source / config / IC / IConfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-28  |  193 b   |  17 lines  |  [TEXT/CWIE]

  1. /* IConfig.h */
  2.  
  3. typedef enum TURLKind {
  4.     kNotURL,
  5.     kMailtoURL,
  6.     kNewsURL,
  7.     kNntpURL,
  8.     kFtpURL,
  9.     kHttpURL,
  10.     kGopherURL,
  11.     kWaisURL,
  12.     kTelnetURL,
  13.     kTn3270URL,
  14.     kFingerURL,
  15.     kWhoisURL
  16. } TURLKind;
  17.