home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / include / sendmail_protos.h < prev    next >
Encoding:
Text File  |  1994-05-19  |  482 b   |  23 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* sendmail.c           */
  6.  
  7. Prototype char *DefaultNode;
  8. Prototype char *NodeName;
  9. Prototype char *DomainPath;
  10. Prototype int  ROpt;
  11. Prototype int  BounceOpt;
  12. Prototype int  UserBounceOpt;
  13. Prototype int  CcPmBounceOpt;
  14.  
  15. /* parse.c              */
  16.  
  17. Prototype int ParseAddress (char *, char *, int);
  18.  
  19. /* domain.c             */
  20.  
  21. Prototype int DomainLookup (char *, int, char *, char *, char *, int);
  22. Prototype int CompareDomain (char **, int, char **, int);
  23.