home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_plus_src.lzh / sendmail / defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-21  |  335 b   |  20 lines

  1.  
  2. /*
  3.  *  DEFS.H
  4.  */
  5.  
  6. #include <exec/types.h>
  7. #include <exec/lists.h>
  8. #include <stdio.h>
  9. #include <stdlib.h>
  10. #include <string.h>
  11. #include "version.h"
  12. #include "sendmail_protos.h"
  13.  
  14. #ifndef LATTICE
  15. extern void AddTail(void *, void *);
  16. extern void AddHead(void *, void *);
  17. extern void *RemHead(void *);
  18. extern void *RemTail(void *);
  19. #endif
  20.