home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / doc / manual / volume2 / rchan.tex < prev    next >
Encoding:
Text File  |  1991-11-19  |  785 b   |  15 lines

  1. \File{rchan.h},{10:21},{Nov 20 1991}
  2. \L{\LB{typedef struct list\_rchan \{}}
  3. \L{\LB{}\Tab{8}{char                    *li\_mta; \C{}\/* the MTA *\/\CE{}}}
  4. \L{\LB{}\Tab{8}{CHAN                    *li\_chan; \C{}\/* the channel its on *\/\CE{}}}
  5. \L{\LB{}\Tab{8}{union \{}}
  6. \L{\LB{}\Tab{16}{AUTH            *li\_un\_auth; \C{}\/* auth stuff used in submit *\/\CE{}}}
  7. \L{\LB{}\Tab{16}{char}\Tab{32}{*li\_un\_dir; \C{}\/* the directory associated *\/\CE{}}}
  8. \L{\LB{}\Tab{8}{\} list\_rchan\_un;}}
  9. \L{\LB{}\Tab{8}{struct list\_rchan       *li\_next; \C{}\/* next in the chain *\/\CE{}}}
  10. \L{\LB{\} LIST\_RCHAN;}}
  11. \L{\LB{\#define li\_auth list\_rchan\_un.li\_un\_auth}}
  12. \L{\LB{\#define li\_dir list\_rchan\_un.li\_un\_dir}}
  13. \L{\LB{}}
  14. \L{\LB{\#define NULLIST\_RCHAN           ((LIST\_RCHAN *)0)}}
  15.