summaryrefslogtreecommitdiff
path: root/riscos/global_history.h
blob: e3a187412636bbc1d6982cb7f7545c75fcce2029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * This file is part of NetSurf, http://netsurf.sourceforge.net/
 * Licensed under the GNU General Public License,
 *                http://www.opensource.org/licenses/gpl-license
 * Copyright 2005 Richard Wilson <info@tinct.net>
 */

/** \file
 * Global history (interface).
 */

#ifndef _NETSURF_RISCOS_GLOBALHISTORY_H_
#define _NETSURF_RISCOS_GLOBALHISTORY_H_

#define GLOBAL_HISTORY_RECENT_URLS 16

void ro_gui_global_history_initialise(void);
void ro_gui_global_history_save(void);


#endif