mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Move global_history_add out of browser.h into global_history_core.h
This commit is contained in:
parent
8d3a89b62d
commit
d6d9378e9b
@ -45,10 +45,11 @@
|
||||
#include "desktop/browser_private.h"
|
||||
#include "desktop/download.h"
|
||||
#include "desktop/frames.h"
|
||||
#include "desktop/local_history.h"
|
||||
#include "desktop/hotlist.h"
|
||||
#include "desktop/gui.h"
|
||||
#include "desktop/history_global_core.h"
|
||||
#include "desktop/hotlist.h"
|
||||
#include "desktop/knockout.h"
|
||||
#include "desktop/local_history.h"
|
||||
#include "utils/nsoption.h"
|
||||
#include "desktop/scrollbar.h"
|
||||
#include "desktop/selection.h"
|
||||
|
@ -348,9 +348,6 @@ void browser_window_debug_dump(struct browser_window *bw, FILE *f);
|
||||
/* In platform specific hotlist.c. */
|
||||
void hotlist_visited(struct hlcache_handle *c);
|
||||
|
||||
/* In platform specific global_history.c. */
|
||||
void global_history_add(nsurl *url);
|
||||
|
||||
/* In platform specific theme_install.c. */
|
||||
#ifdef WITH_THEME_INSTALL
|
||||
void theme_install_start(struct hlcache_handle *c);
|
||||
|
@ -28,6 +28,8 @@ bool history_global_initialise(struct tree *tree, const char* folder_icon_name);
|
||||
unsigned int history_global_get_tree_flags(void);
|
||||
void history_global_cleanup(void);
|
||||
|
||||
void global_history_add(nsurl *url);
|
||||
|
||||
bool history_global_export(const char *path);
|
||||
void history_global_delete_selected(void);
|
||||
void history_global_delete_all(void);
|
||||
|
Loading…
Reference in New Issue
Block a user