home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / dnet / dnet2.3.2 / amiga / server / defs.h next >
Encoding:
C/C++ Source or Header  |  1994-06-29  |  649 b   |  35 lines

  1.  
  2. /*
  3.  *  DEFS.H
  4.  */
  5.  
  6. #define NOEXT
  7.  
  8. #include <exec/types.h>
  9. #include <proto/all.h>
  10. #include <devices/conunit.h>
  11. #include <intuition/intuition.h>
  12.  
  13. #ifndef __GNUC__
  14. #include <dos.h>
  15. #endif
  16.  
  17. #include "dnet/dnet.h"
  18. #include "dnet/channel.h"
  19. #include "lib/dnetlib.h"
  20. #include "server/servers.h"
  21.  
  22. typedef struct IntuiMessage IMESS;
  23. typedef struct IntuiText    ITEXT;
  24. typedef struct Menu        MENU;
  25. typedef struct MenuItem     ITEM;
  26. typedef struct TextAttr     TA;
  27. typedef struct TextFont     FONT;
  28. typedef struct Library        LIB;
  29. typedef struct FileInfoBlock FIB;
  30.  
  31. #ifndef DNET_H
  32. /* this is defined in dnet/dnet.h! */
  33. typedef struct Message        MSG;
  34. #endif
  35.