summaryrefslogtreecommitdiff
path: root/include/dom/core/doc_fragment.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/doc_fragment.h')
-rw-r--r--include/dom/core/doc_fragment.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dom/core/doc_fragment.h b/include/dom/core/doc_fragment.h
new file mode 100644
index 0000000..fdd10f7
--- /dev/null
+++ b/include/dom/core/doc_fragment.h
@@ -0,0 +1,12 @@
+/*
+ * This file is part of libdom.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ */
+
+#ifndef dom_core_documentfragment_h_
+#define dom_core_documentfragment_h_
+
+typedef struct dom_document_fragment dom_document_fragment;
+
+#endif