home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / h / ph.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-04-07  |  449 b   |  9 lines

  1. struct ps_rstruct {             /* save last reply obtained           */
  2.     int     sm_rval;            /* rp.h value for reply               */
  3.     int     sm_rlen;            /* current lengh of reply string      */
  4.     char    sm_rgot;            /* true, if have a reply              */
  5.     char    sm_rstr[LINESIZE];  /* human-oriented reply text          */
  6. };
  7.  
  8. #define rp_structlen(bufnam) (strlen (bufnam.rp_line) + sizeof (bufnam.rp_val))
  9.