summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-25 10:44:11 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-25 10:44:11 +0000
commit85706feb982837d463b945453e6bee661b595260 (patch)
tree47a51100b178849a7bfeda3ccbcdb709e23ddb37 /include/dom
parent1fb0c517a6d473be34ef874c412eff50fa96e39f (diff)
downloadlibdom-85706feb982837d463b945453e6bee661b595260.tar.gz
libdom-85706feb982837d463b945453e6bee661b595260.tar.bz2
Add html_form_element to the public API. It's not fully implemented yet
svn path=/trunk/libdom/; revision=13671
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index fc04457..94d97ff 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -40,6 +40,7 @@
/* DOM HTML headers */
#include <dom/html/html_element.h>
#include <dom/html/html_document.h>
+#include <dom/html/html_form_element.h>
/* DOM Events header */
#include <dom/events/events.h>