summaryrefslogtreecommitdiff
path: root/include/dom/core/pi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/pi.h')
-rw-r--r--include/dom/core/pi.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/dom/core/pi.h b/include/dom/core/pi.h
new file mode 100644
index 0000000..af88784
--- /dev/null
+++ b/include/dom/core/pi.h
@@ -0,0 +1,13 @@
+/*
+ * This file is part of libdom.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
+ */
+
+#ifndef dom_core_processinginstruction_h_
+#define dom_core_processinginstruction_h_
+
+typedef struct dom_processing_instruction dom_processing_instruction;
+
+#endif