/* * This file is part of libdom. * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php * Copyright 2007 John-Mark Bell */ #ifndef dom_internal_document_h_ #define dom_internal_document_h_ #include struct dom_ctx; struct dom_document; const uint8_t *dom_document_get_base(struct dom_ctx *ctx, struct dom_document *doc); #endif