/* * This file is part of libdom. * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php * Copyright 2009 Bo Yang */ #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