summaryrefslogtreecommitdiff
path: root/content/handlers/html/private.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/private.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/private.h')
-rw-r--r--content/handlers/html/private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/handlers/html/private.h b/content/handlers/html/private.h
index 3d6d70674..dff0b7875 100644
--- a/content/handlers/html/private.h
+++ b/content/handlers/html/private.h
@@ -107,7 +107,7 @@ typedef struct html_content {
dom_hubbub_encoding_source encoding_source;
/** Base URL (may be a copy of content->url). */
- nsurl *base_url;
+ struct nsurl *base_url;
/** Base target */
char *base_target;
@@ -341,7 +341,7 @@ struct form_control *html_forms_get_control_for_node(struct form *forms,
* \return NSERROR_OK on successful registration or error code on failure.
*/
nserror html_css_fetcher_register(void);
-nserror html_css_fetcher_add_item(dom_string *data, nsurl *base_url,
+nserror html_css_fetcher_add_item(dom_string *data, struct nsurl *base_url,
uint32_t *key);