update patch to work with build system changes
[AROS-Contrib.git] / Networking / Apps / OWB / browserpreferences_private.h
blob93d94a29c2db776a41cd228dcca3e4e974b2e3f0
1 #ifndef _BROWSERPREFERENCES_PRIVATE_H_
2 #define _BROWSERPREFERENCES_PRIVATE_H_
4 /*
5 Copyright © 2009, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
11 /*** Instance data **********************************************************/
12 struct BrowserPreferences_DATA
14 STRPTR downloadDestination;
15 BOOL requestDownloadedFileName;
18 #endif /* _BROWSERPREFERENCES_PRIVATE_H_ */