summaryrefslogtreecommitdiff
path: root/include/dom/core/doc_fragment.h
blob: fdd10f733bfdcf3ffa70d1ba31db12592f215817 (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_documentfragment_h_
#define dom_core_documentfragment_h_

typedef struct dom_document_fragment dom_document_fragment;

#endif