home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume28 / yapp / part01 / arch.h < prev    next >
Encoding:
Text File  |  1994-05-29  |  287 b   |  8 lines

  1. /* ARCH.H: @(#)arch.h 1.5 93/06/07 Copyright (c)1993 thalerd */
  2. void get_resp PROTO((FILE *fp, response_t *re, SHORT fast, SHORT num));
  3. void get_item PROTO((FILE *fp, SHORT n, response_t *re, sumentry_t *sum));
  4.  
  5. #define GR_ALL    0x0000
  6. #define GR_OFFSET 0x0001
  7. #define GR_HEADER 0x0002
  8.