summaryrefslogtreecommitdiff
path: root/src/bootstrap/implementation.h
blob: f62077ca47a6c32400e89358271d16c338f0a8bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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