home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume35 / procmail / part01 / procmail280 / src / fields.h < prev    next >
C/C++ Source or Header  |  1993-02-05  |  536b  |  17 lines

  1. /*$Id: fields.h,v 1.3 1992/11/11 13:59:34 berg Exp $*/
  2.  
  3. struct field
  4.  *findf P((const struct field*const p,const struct field*hdr)),
  5.  **addfield Q((struct field**pointer,const char*const text,
  6.   const size_t totlen));
  7. void
  8.  concatenate P((struct field*const fldp)),
  9.  renfield Q((struct field**const pointer,const size_t oldl,
  10.   const char*const newname,const size_t newl)),
  11.  clearfield P((struct field**pointer)),
  12.  flushfield P((struct field**pointer)),
  13.  dispfield P((const struct field*p)),
  14.  addbuf P((void));
  15. int
  16.  readhead P((void));
  17.