home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume28 / yapp / part01 / stats.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-29  |  422 b   |  9 lines

  1. /* STATS.H: %Z%%M% %I% %E% (c)1993 thalerd */
  2. void   free_elts    PROTO((char **arr));
  3. char  *get_subj     PROTO((SHORT idx, SHORT item, sumentry_t *sum));
  4. char  *get_auth     PROTO((SHORT idx, SHORT item, sumentry_t *sum));
  5. char **get_config   PROTO((SHORT idx));
  6. void   clear_cache  PROTO(());
  7. void   store_subj   PROTO((SHORT idx, SHORT item, char *str));
  8. void   store_auth   PROTO((SHORT idx, SHORT item, char *str));
  9.