home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / c-niftp.zip / unix-niftp-5.6 / lib / mmdf / conf_niftp.h < prev    next >
C/C++ Source or Header  |  1990-08-01  |  2KB  |  35 lines

  1. /* unix-niftp lib/mmdf/conf_niftp.h $Revision: 5.5 $ $Date: 90/08/01 13:36:09 $ */
  2. /*  Configuration file for NIFTP to MMDF code                           */
  3. /*                                                                      */
  4. /*  This interface is designed to look like an MMDF channel             */
  5. /*  However it communicates between the NIFTP and Submit only           */
  6. /*  It cannot be invoked by deliver.                                    */
  7. /*                                                                      */
  8. /*  Each NIFTP queue has a structure associated with it                 */
  9. /*  This allows NIFTP queues to be mapped onto NIFTP channels           */
  10. /*  Each NIFTP queue is mapped onto an NIFTP channel (not necessarily   */
  11. /*  A one to one mapping).  This allows host verifiaction and           */
  12. /*  other good things                                                   */
  13. /*
  14.  * $Log:    conf_niftp.h,v $
  15.  * Revision 5.5  90/08/01  13:36:09  pb
  16.  * Distribution of Aug90RealPP+sequent: Full PP release and support for Sequent X.25 board
  17.  * 
  18.  * Revision 5.2  89/01/13  14:48:27  pb
  19.  * Distribution of Jan89SuckMail: Support Sucking of mail
  20.  * 
  21.  * Revision 5.0  87/03/23  03:45:13  bin
  22.  * Merger of latest UCL and Nottingham versions together with
  23.  * an extensive spring clean.
  24.  * Now UNIX-NIFTP prerelease.
  25.  * 
  26.  */
  27. struct ni_chstruct {
  28.     char *ni_spec;          /* Name of NIFTP channel for calling it by */
  29.     char *ni_path;          /* Path to NIFTP channel                   */
  30.     char *mm_chname;        /* Name of associated MMDF channel         */
  31.     };
  32.  
  33.  
  34. typedef struct ni_chstruct      Nichan;                 /* type as well */
  35.