summaryrefslogtreecommitdiff
path: root/desktop/history_global_core.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-15 12:57:40 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-15 12:57:40 +0100
commit9f72b5e04639e904e71f55cc2385a6ff30ebdc3b (patch)
tree6fc7fa7de7a27bf49048673cb2d00cbca968136b /desktop/history_global_core.h
parent094ef9a64b1d4c89f116fc09780781985738e5e3 (diff)
downloadnetsurf-9f72b5e04639e904e71f55cc2385a6ff30ebdc3b.tar.gz
netsurf-9f72b5e04639e904e71f55cc2385a6ff30ebdc3b.tar.bz2
Fix namespace of old global history add function.
Diffstat (limited to 'desktop/history_global_core.h')
-rw-r--r--desktop/history_global_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/history_global_core.h b/desktop/history_global_core.h
index c55a23cf9..9bf5a0bcd 100644
--- a/desktop/history_global_core.h
+++ b/desktop/history_global_core.h
@@ -28,7 +28,7 @@ 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);
+void history_global_add(nsurl *url);
bool history_global_export(const char *path);
void history_global_delete_selected(void);