home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / SerMod / source / options.h < prev    next >
C/C++ Source or Header  |  1990-02-08  |  99b  |  8 lines

  1. /* Options.h - declarations for Options */
  2.  
  3. struct options
  4.   {
  5.     short Baud;
  6.     short Xon;
  7.   };
  8.