summaryrefslogtreecommitdiff
path: root/src/html/html_document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_document.h')
-rw-r--r--src/html/html_document.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/html/html_document.h b/src/html/html_document.h
index 31770ef..27f5cf9 100644
--- a/src/html/html_document.h
+++ b/src/html/html_document.h
@@ -26,11 +26,11 @@ struct dom_html_document {
} parser;
/**< The underlaying parser of this document */
- struct dom_string *title; /**< HTML document title */
- struct dom_string *referer; /**< HTML document referer */
- struct dom_string *domain; /**< HTML document domain */
- struct dom_string *url; /**< HTML document URL */
- struct dom_string *cookie; /**< HTML document cookie */
+ dom_string *title; /**< HTML document title */
+ dom_string *referer; /**< HTML document referer */
+ dom_string *domain; /**< HTML document domain */
+ dom_string *url; /**< HTML document URL */
+ dom_string *cookie; /**< HTML document cookie */
};
/* Initialise a HTMLDocument */