home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / scsidevs / typedefs.h < prev   
C/C++ Source or Header  |  1981-07-07  |  4KB  |  127 lines

  1. /*
  2.  *
  3.  *  typedefs.h
  4.  *
  5.  *
  6.  * Gary Duncan ;   09 Jan 95 
  7.  */
  8.  
  9. /*
  10. typedef struct 
  11. */
  12.  
  13. typedef BOOL             BOOLEAN;
  14. typedef BPTR            LOCK;
  15. typedef struct AmigaGuideBase    AMIGAGUIDEBASE;
  16. typedef struct AreaInfo     AREAINFO;
  17. typedef struct BitMap        BITMAP;
  18. typedef struct BoolInfo     BOOLINFO;
  19. typedef struct BootBlock    BOOTBLOCK;
  20. typedef struct Border        BORDER;
  21. typedef struct ClipboardUnitPartial CLIPBOARDUNITPARTIAL;
  22. typedef struct ClipRect     CLIPRECT;
  23. typedef struct ClockData    CLOCKDATA;
  24. typedef struct ColorMap     COLORMAP;
  25. typedef struct CommandLineInterface COMMANDLINEINTERFACE;
  26. typedef struct ConfigDev     CONFIGDEV;
  27. typedef struct ConUnit        CONUNIT;
  28. typedef struct copinit        COPINIT;
  29. typedef struct DateStamp    DATESTAMP;
  30. typedef struct DateTime        DATETIME;
  31. typedef struct Device        DEVICE;
  32. typedef struct DeviceNode    DEVICENODE;
  33. typedef struct DiskObject    DISKOBJECT;
  34. typedef struct DisplayInfo    DISPLAYINFO; 
  35. typedef struct DosEnvec        DOSENVEC;    
  36. typedef struct DosLibrary    DOSLIBRARY;
  37. typedef struct DosInfo        DOSINFO;
  38. typedef struct DosList        DOSLIST;
  39. typedef struct EClockVal    ECLOCKVAL;
  40. typedef struct ExecBase     EXECBASE;
  41. typedef struct ExpansionBase    EXPANSIONBASE;
  42. typedef struct FileInfoBlock    FILEINFOBLOCK;
  43. typedef struct FileLock     FILELOCK;
  44. typedef struct FileRequester    FILEREQUESTER;
  45. typedef struct Gadget        GADGET;
  46. typedef struct GadgetInfo    GADGETINFO;
  47. typedef struct GfxBase        GFXBASE;
  48. typedef struct GListEnv     GLISTENV;
  49. typedef struct IBox        IBOX;
  50. typedef struct IFFHandle    IFFHANDLE;
  51. typedef struct Image        IMAGE;
  52. typedef struct InputEvent    INPUTEVENT;
  53. typedef struct Interrupt    INTERRUPT;
  54. typedef struct IntuiMessage    INTUIMESSAGE;
  55. typedef struct IntuiText    INTUITEXT;
  56. typedef struct IntuitionBase    INTUITIONBASE;
  57. typedef struct IOAudio        IOAUDIO;
  58. typedef struct IOClipReq    IOCLIPREQ;
  59. typedef struct IOExtSer     IOEXTSER;
  60. typedef struct IORequest     IOREQUEST;
  61. typedef struct IOStdReq     IOSTDREQ;
  62. typedef struct Layer        LAYER;
  63. typedef struct Layer_Info    LAYER_INFO;
  64. typedef struct LayersBase    LAYERSBASE;
  65. typedef struct Library        LIBRARY;
  66. typedef struct List        LIST;
  67. typedef struct Manufacturer    MANUFACTURER; 
  68. typedef struct MemChunk        MEMCHUNK;
  69. typedef struct MemEntry     MEMENTRY;
  70. typedef struct MemHeader    MEMHEADER;
  71. typedef struct MemList        MEMLIST;
  72. typedef struct Menu        MENU;
  73. typedef struct MenuItem     MENUITEM;
  74. typedef struct Message        MESSAGE;
  75. typedef struct MinList        MINLIST;
  76. typedef struct MinNode        MINNODE;
  77. typedef struct MsgPort        MSGPORT;
  78. typedef struct NameInfo        NAMEINFO; 
  79. typedef struct NewGadget    NEWGADGET;
  80. typedef struct NewMenu        NEWMENU;
  81. typedef struct NewScreen    NEWSCREEN;
  82. typedef struct NewWindow    NEWWINDOW;
  83. typedef struct Node        NODE;
  84. typedef struct PartitionBlock    PARTITIONBLOCK;
  85. typedef struct PenPair        PENPAIR;
  86. typedef struct Point        POINT;
  87. typedef struct Preferences    PREFERENCES;
  88. typedef struct PrinterData    PRINTERDATA;
  89. typedef struct PrinterExtendedData PRINTEREXTENDEDDATA;
  90. typedef struct Process        PROCESS;
  91. typedef struct PropInfo     PROPINFO;
  92. typedef struct PubScreenNode    PUBSCREENNODE; 
  93. typedef struct RastPort     RASTPORT;
  94. typedef struct Region        REGION;
  95. typedef struct Remember     REMEMBER;
  96. typedef struct Requester    REQUESTER;
  97. typedef struct RigidDiskBlock    RIGIDDISKBLOCK;
  98. typedef struct RootNode        ROOTNODE;
  99. typedef struct SatisfyMsg    SATISFYMSG;
  100. typedef struct Screen        SCREEN;
  101. typedef struct Semaphore    SEMAPHORE;
  102. typedef struct SignalSemaphore    SIGNALSEMAPHORE;
  103. typedef struct stat        STAT;
  104. typedef struct StringInfo    STRINGINFO;
  105. typedef struct TagItem        TAGITEM;
  106. typedef struct Task        TASK;
  107. typedef struct TextAttr     TEXTATTR;
  108. typedef struct TextFont     TEXTFONT;
  109. typedef struct timerequest    TIMEREQUEST;
  110. typedef struct timeval        TIMEVAL;
  111. typedef struct TmpRas        TMPRAS;
  112. typedef struct tm        TM;
  113. typedef struct Unit        UNIT;
  114. typedef struct View        VIEW;
  115. typedef struct ViewPort     VIEWPORT;
  116. typedef struct Window        WINDOW;
  117. typedef struct WorkbenchBase    WORKBENCHBASE;
  118.  
  119.  
  120. typedef struct
  121. {
  122.   char days;
  123.   char *months;
  124. } DM;
  125.  
  126.  
  127.