update patch to work with build system changes
[AROS-Contrib.git] / Networking / Apps / OWB / downloadmanager.h
blob991439a54822489569aa3aa2e72a2e8e8085be25
1 #ifndef _DOWNLOADMANAGER_H
2 #define _DOWNLOADMANAGER_H
4 /*
5 Copyright © 2009, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <utility/tagitem.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_DownloadManager (TAG_USER | 0x10000100)
15 /*** Attributes *************************************************************/
16 #define MUIA_DownloadManager_Preferences (MUIB_DownloadManager|0x00000000)
18 /*** Methods ****************************************************************/
19 #define MUIM_DownloadManager_UpdateInterface (MUIB_DownloadManager|0x00000000)
21 /*** Variables **************************************************************/
22 extern struct MUI_CustomClass *DownloadManager_CLASS;
24 /*** Macros *****************************************************************/
25 #define DownloadManagerObject BOOPSIOBJMACRO_START(DownloadManager_CLASS->mcc_Class)
27 #endif