summaryrefslogtreecommitdiff
path: root/src/core/tokenlist.h
blob: 325d726b8a523882ba524fe1abe3404f1412d673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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_core_tokenlist_h_
#define dom_internal_core_tokenlist_h_

#include <stdbool.h>

#include <dom/core/tokenlist.h>

struct dom_element;
struct dom_string;

#endif