summaryrefslogtreecommitdiff
path: root/amiga/file.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-22 19:02:58 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-22 19:02:58 +0000
commit4d9b67499727f1cce58c2bd65a06178f91fc30b4 (patch)
tree0558cd48d512e828a5cafc7ea5fd93249e619e94 /amiga/file.h
parent48bd5e1f102c7a0cf5d71c5df991329c52dccbcc (diff)
downloadnetsurf-4d9b67499727f1cce58c2bd65a06178f91fc30b4.tar.gz
netsurf-4d9b67499727f1cce58c2bd65a06178f91fc30b4.tar.bz2
Remove struct selection from ami_file_save and anywhere that feeds into it
Diffstat (limited to 'amiga/file.h')
-rw-r--r--amiga/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/file.h b/amiga/file.h
index 4569ba62e..904de69fe 100644
--- a/amiga/file.h
+++ b/amiga/file.h
@@ -39,7 +39,7 @@ void ami_file_req_free(void);
void ami_file_open(struct gui_window_2 *gwin);
void ami_file_save_req(int type, struct gui_window_2 *gwin,
- struct hlcache_handle *object, struct selection *sel);
+ struct hlcache_handle *object);
void ami_file_save(int type, char *fname, struct Window *win,
struct hlcache_handle *object, struct hlcache_handle *favicon,
- struct selection *sel);
+ struct browser_window *bw);