home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / MUI / MUIBuilder22.lha / MUIBuilder / MB / Developer / C / Sources_GenCodeC / MB_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-10  |  490 b   |  24 lines

  1. /*
  2. **
  3. **    MUIBuilder.library
  4. **
  5. **    $VER: MUIBuilder.library 1.0
  6. **
  7. **        (c) copyright 1994
  8. **            Eric Totel
  9. **
  10. */
  11.  
  12. #ifndef UTILITY_TAGITEM_H
  13. #include <utility/tagitem.h>
  14. #endif
  15.  
  16. BOOL    MB_Open        ( void                 );
  17. void    MB_Close    ( void                 );
  18. void    MB_GetA        ( struct TagItem *TagList     );
  19. void    MB_Get        ( Tag Tag1, ...         );
  20. void    MB_GetVarInfoA    ( struct TagItem *TagList     );
  21. void    MB_GetVarInfo    ( Tag Tag1, ...         );
  22. void    MB_GetNextCode    ( ULONG *, char **         );
  23. void    MB_GetNextNotify( ULONG*, char **         );
  24.