summaryrefslogtreecommitdiff
path: root/src/duk-libdom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/duk-libdom.h')
-rw-r--r--src/duk-libdom.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/duk-libdom.h b/src/duk-libdom.h
new file mode 100644
index 0000000..e1dd2c4
--- /dev/null
+++ b/src/duk-libdom.h
@@ -0,0 +1,14 @@
+/* DukTape binding generation
+ *
+ * This file is part of nsgenbind.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2015 Vincent Sanders <vince@netsurf-browser.org>
+ */
+
+#ifndef nsgenbind_duk_libdom_h
+#define nsgenbind_duk_libdom_h
+
+int duk_libdom_output(struct interface_map *interface_map);
+
+#endif