summaryrefslogtreecommitdiff
path: root/src/core/document.h
blob: 399b2c82529297166b446fd86b8aa49ed3239d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * This file is part of libdom.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
 */

#ifndef dom_internal_document_h_
#define dom_internal_document_h_

#include <inttypes.h>

struct dom_ctx;
struct dom_document;

const uint8_t *dom_document_get_base(struct dom_ctx *ctx,
		struct dom_document *doc);

#endif