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 test suite.
3
 * Licensed under the MIT License,
4
 *                http://www.opensource.org/licenses/mit-license.php
5
 * Copyright 2009 Bo Yang 
6
 */
7
 
8
#ifndef domts_h_
9
#define domts_h_
10
 
11
#include 
12
#include 
13
#include 
14
#include 
15
#include 
16
#include 
17
 
18
dom_document *load_xml(const char *file, bool willBeModified);
19
dom_document *load_html(const char *file, bool willBeModified);
20
 
21
#endif