libdom
Loading...
Searching...
No Matches
tokenlist.h
Go to the documentation of this file.
1/*
2 * This file is part of libdom.
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
6 */
7
8#ifndef dom_internal_core_tokenlist_h_
9#define dom_internal_core_tokenlist_h_
10
11#include <stdbool.h>
12
13#include <dom/core/tokenlist.h>
14
15struct dom_element;
16struct dom_string;
17
18#endif
Definition element.h:29
Definition string.h:19