home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / include / protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-24  |  852 b   |  41 lines

  1. /*
  2.  *  AMIGA prototypes used by UUCP programs.  This is where compiler
  3.  *  dependancies go.
  4.  */
  5.  
  6. #ifndef _PROTOS_H
  7. #define _PROTOS_H
  8.  
  9. #include <utility/tagitem.h>
  10.  
  11. #include <exec/lists.h>
  12. #include <exec/memory.h>
  13. #include <exec/libraries.h>
  14. #include <exec/execbase.h>
  15.  
  16. #include <dos/dostags.h>
  17. #include <dos/exall.h>
  18. #include <dos/dosextens.h>
  19.  
  20. #include <clib/alib_protos.h>
  21. #include <clib/cia_protos.h>
  22. #include <clib/console_protos.h>
  23. #include <clib/disk_protos.h>
  24. #include <clib/diskfont_protos.h>
  25. #include <clib/dos_protos.h>
  26. #include <clib/exec_protos.h>
  27. #include <clib/misc_protos.h>
  28. #include <clib/timer_protos.h>
  29. #include <clib/utility_protos.h>
  30.  
  31. #include <pragmas/dos_pragmas.h>
  32. #include <pragmas/exec_pragmas.h>
  33. #include <pragmas/timer_pragmas.h>
  34.  
  35. extern struct ExecBase
  36.     *SysBase;
  37. extern struct DosLibrary
  38.     *DOSBase;
  39.  
  40. #endif    /*  _PROTO_H */
  41.