Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
/*
2
 * This file is part of libdom.
3
 * Licensed under the MIT License,
4
 *                http://www.opensource.org/licenses/mit-license.php
5
 */
6
 
7
#ifndef dom_core_documentfragment_h_
8
#define dom_core_documentfragment_h_
9
 
10
typedef struct dom_document_fragment dom_document_fragment;
11
 
12
#endif