summaryrefslogtreecommitdiff
path: root/include/dom/core/cdatasection.h
blob: 74b6643d70e2fc781f1b50a12090164ef9173831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * This file is part of libdom.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 */

#ifndef dom_core_cdatasection_h_
#define dom_core_cdatasection_h_

typedef struct dom_cdata_section dom_cdata_section;

#endif