home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / Libs / XPRZ33.LHA / XprZMoDem.Library_v3.0 / Src.LhA / Src / xprzmodem_all.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-13  |  646 b   |  32 lines

  1. /*
  2.  * xprzmodem_all.h - All Includes
  3.  */
  4.  
  5. #include <exec/types.h>
  6. #include <exec/exec.h>
  7. #include <exec/memory.h>
  8. #include <devices/timer.h>
  9. #include <libraries/locale.h>
  10. #include <dos/dos.h>
  11.  
  12. #include <ctype.h>
  13. #include <string.h>
  14. #include <stdlib.h>
  15.  
  16. #include "xproto.h"
  17. #include "zmodem.h"
  18. #include "xprzmodem.h"
  19.  
  20. #include <clib/exec_protos.h>
  21. #include <clib/dos_protos.h>
  22. #include <clib/locale_protos.h>
  23.  
  24. #include <pragmas/exec_pragmas.h>
  25. #include <pragmas/dos_pragmas.h>
  26. #include <pragmas/locale_pragmas.h>
  27.  
  28. extern struct DosLibrary *DOSBase;
  29. extern struct ExecBase *SysBase;
  30. extern struct LocaleInfo li;
  31.  
  32. /* end of xprzmodem_all.h source */