summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 8d2759d84..e691bebdb 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1358,16 +1358,16 @@ gui_window_set_search_ico(hlcache_handle *ico)
{
}
-struct gui_download_window *gui_download_window_create(const char *url,
- const char *mime_type, struct fetch *fetch,
- unsigned int total_size, struct gui_window *gui)
+struct gui_download_window *gui_download_window_create(download_context *ctx,
+ struct gui_window *parent)
{
return NULL;
}
-void gui_download_window_data(struct gui_download_window *dw, const char *data,
- unsigned int size)
+nserror gui_download_window_data(struct gui_download_window *dw,
+ const char *data, unsigned int size)
{
+ return NSERROR_OK;
}
void gui_download_window_error(struct gui_download_window *dw,