summaryrefslogtreecommitdiff
path: root/amiga/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/download.h')
-rwxr-xr-xamiga/download.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/download.h b/amiga/download.h
index a5dc2d0e1..9279869cb 100755
--- a/amiga/download.h
+++ b/amiga/download.h
@@ -20,6 +20,8 @@
#define AMIGA_DOWNLOAD_H
#include "amiga/gui.h"
+struct download_context;
+
struct dlnode
{
struct Node node;
@@ -36,7 +38,7 @@ struct gui_download_window {
uint32 downloaded;
struct dlnode *dln;
struct browser_window *bw;
- struct fetch *fetch;
+ struct download_context *ctx;
char *url;
char fname[1024];
};