aboutsummaryrefslogtreecommitdiff
path: root/src/utility.h
blob: b84137369e7c6e47b0f467b6c65f26f025f0fcda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef INPUTXSLT_SRC_UTILITY_H_
#define INPUTXSLT_SRC_UTILITY_H_

#include <string>

namespace xalanc_1_11 { };
namespace xalan = xalanc_1_11;

namespace InputXSLT {

std::string readFile(const std::string&);

}

#endif  // INPUTXSLT_SRC_UTILITY_H_