summaryrefslogtreecommitdiff
path: root/utils/corestrings.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-27 16:59:49 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-07-30 22:55:13 +0100
commitdb76dd3b1abd32950971c38b3a8fb915471fb3d2 (patch)
tree51c56375bec7e9becc520497e6efb893e1694b1c /utils/corestrings.h
parent06608c1bf0b1046520e184fdc063c83ead2184af (diff)
downloadnetsurf-db76dd3b1abd32950971c38b3a8fb915471fb3d2.tar.gz
netsurf-db76dd3b1abd32950971c38b3a8fb915471fb3d2.tar.bz2
extend completion types
Diffstat (limited to 'utils/corestrings.h')
-rw-r--r--utils/corestrings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/corestrings.h b/utils/corestrings.h
index a3bda1632..1bcf8aee7 100644
--- a/utils/corestrings.h
+++ b/utils/corestrings.h
@@ -118,6 +118,7 @@ struct dom_string;
extern struct dom_string *corestring_dom_a;
extern struct dom_string *corestring_dom_align;
extern struct dom_string *corestring_dom_area;
+extern struct dom_string *corestring_dom_async;
extern struct dom_string *corestring_dom_background;
extern struct dom_string *corestring_dom_bgcolor;
extern struct dom_string *corestring_dom_border;
@@ -128,6 +129,7 @@ extern struct dom_string *corestring_dom_color;
extern struct dom_string *corestring_dom_cols;
extern struct dom_string *corestring_dom_content;
extern struct dom_string *corestring_dom_coords;
+extern struct dom_string *corestring_dom_defer;
extern struct dom_string *corestring_dom_height;
extern struct dom_string *corestring_dom_href;
extern struct dom_string *corestring_dom_hreflang;