summaryrefslogtreecommitdiff
path: root/desktop/browser_history.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-19 14:08:52 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-19 14:08:52 +0000
commit32a522241f94970df9681517edc999d7b6d6675a (patch)
tree815f6509c19f408a7ded0bf99c83754a93262ebf /desktop/browser_history.h
parent71cb70065e6819c26f101ff11e34c10383487b30 (diff)
downloadnetsurf-32a522241f94970df9681517edc999d7b6d6675a.tar.gz
netsurf-32a522241f94970df9681517edc999d7b6d6675a.tar.bz2
Rename function arguments to avoid using 'new'.
Diffstat (limited to 'desktop/browser_history.h')
-rw-r--r--desktop/browser_history.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/browser_history.h b/desktop/browser_history.h
index 11b58e4dd..f3e524baf 100644
--- a/desktop/browser_history.h
+++ b/desktop/browser_history.h
@@ -34,8 +34,8 @@ struct history_entry;
struct redraw_context;
nserror browser_window_history_create(struct browser_window *bw);
-nserror browser_window_history_clone(const struct browser_window *bw,
- struct browser_window *new);
+nserror browser_window_history_clone(const struct browser_window *existing,
+ struct browser_window *clone);
void browser_window_history_add(struct browser_window *bw,
struct hlcache_handle *content, lwc_string *frag_id);
void browser_window_history_update(struct browser_window *bw,