summaryrefslogtreecommitdiff
path: root/content/handlers/html/object.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-06 23:38:50 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-06 23:38:50 +0100
commit5f8b1497e1489e2b3c11e8a49f01770433115ee2 (patch)
tree9b3fb7ef043610c7bfac29e7e3be1103660ea867 /content/handlers/html/object.h
parentc2f9bcac19d53eff2e01152c190d3727b224660c (diff)
downloadnetsurf-5f8b1497e1489e2b3c11e8a49f01770433115ee2.tar.gz
netsurf-5f8b1497e1489e2b3c11e8a49f01770433115ee2.tar.bz2
clean up content headers and documentation comments
pure formatting and documentation changes, no code difference
Diffstat (limited to 'content/handlers/html/object.h')
-rw-r--r--content/handlers/html/object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/handlers/html/object.h b/content/handlers/html/object.h
index 85734fd94..67d770c9e 100644
--- a/content/handlers/html/object.h
+++ b/content/handlers/html/object.h
@@ -27,6 +27,7 @@
struct html_content;
struct browser_window;
struct box;
+struct nsurl;
/**
* Start a fetch for an object required by a page.
@@ -42,7 +43,7 @@ struct box;
* \param background this is a background image
* \return true on success, false on memory exhaustion
*/
-bool html_fetch_object(struct html_content *c, nsurl *url, struct box *box, content_type permitted_types, bool background);
+bool html_fetch_object(struct html_content *c, struct nsurl *url, struct box *box, content_type permitted_types, bool background);
/**
* release memory of content objects associated with a HTML content