add global proxy / cache settings to httpget class. This removes the need of passing...
[Rockbox.git] / firmware / export / pp5024.h
blob17bac121f6116a73031959fcf69d6d0097d45bc0
1 #ifndef __PP5024_H__
2 #define __PP5024_H__
3 /***************************************************************************
4 * __________ __ ___.
5 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
6 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
7 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
8 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
9 * \/ \/ \/ \/ \/
10 * $Id$
12 * Copyright (C) 2006 by Daniel Stenberg
14 * All files in this archive are subject to the GNU General Public License.
15 * See the file COPYING in the source tree root for full license agreement.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
22 /* We believe this is quite similar to the 5020 and for now we just use that
23 completely and redefine any minor differences */
24 #include "pp5020.h"
26 #endif