home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / doc / manual / volume2 / eit.h < prev    next >
Encoding:
Text File  |  1990-09-20  |  108 b   |  5 lines

  1. typedef struct list_bpt {
  2.     char                    *li_name;
  3.     struct list_bpt         *li_next;
  4. } LIST_BPT;
  5.