summaryrefslogtreecommitdiff
path: root/src/bootstrap/implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/implementation.h')
-rw-r--r--src/bootstrap/implementation.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/bootstrap/implementation.h b/src/bootstrap/implementation.h
new file mode 100644
index 0000000..f62077c
--- /dev/null
+++ b/src/bootstrap/implementation.h
@@ -0,0 +1,14 @@
+/*
+ * This file is part of libdom.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
+ */
+
+#ifndef dom_bootstrap_implementation_h_
+#define dom_bootstrap_implementation_h_
+
+dom_exception _dom_implementation_initialise(dom_alloc alloc, void *pw);
+void _dom_implementation_finalise(void);
+
+#endif